fromNativePtr static method

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

Implementation

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