static List<Zone>? fromOptionalPtr(Pointer<Void> handle) => fromPlatformListNullable(handle, (element) => Zone$Impl.fromExternalPtr(element));