fromNativePtr static method

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

Implementation

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