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