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