static Pointer<Void> getNativePtr(List<GraphEdge>? value) => toNativeListNullable(value, (element) => GraphEdge$Impl.getNativePtr(element));