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