fromNativePtr static method

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

Implementation

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