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