fromNativePtr static method

List<ClusterMapObject> fromNativePtr(
  1. Pointer<Void> handle
)

Implementation

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