fromNativePtr static method

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

Implementation

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