fromNativePtr static method

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

Implementation

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