static RoutePath? fromOptionalPtr(Pointer<Void> ptr) { if (ptr.address == 0) return null; return RoutePath$Impl.fromNativePtr(ptr); }