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