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