fromOptionalPtr static method
Implementation
static List<IconMapObject>? fromOptionalPtr(Pointer<Void> handle) =>
fromPlatformListNullable(handle, (element) => IconMapObject$Impl.fromExternalPtr(element));
static List<IconMapObject>? fromOptionalPtr(Pointer<Void> handle) =>
fromPlatformListNullable(handle, (element) => IconMapObject$Impl.fromExternalPtr(element));