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