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