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