static Pointer<Void> getNativePtr(List<RouteNode>? value) => toNativeListNullable(value, (element) => RouteNodeImpl.toPointer(element));