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