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