fromOptionalPtr static method
Implementation
static List<LocationPoint>? fromOptionalPtr(Pointer<Void> handle) =>
fromPlatformListNullable(handle, (element) => LocationPointImpl.fromPointer(element, needFree: false, takeOwnership: false)!);
static List<LocationPoint>? fromOptionalPtr(Pointer<Void> handle) =>
fromPlatformListNullable(handle, (element) => LocationPointImpl.fromPointer(element, needFree: false, takeOwnership: false)!);