PersistentResource_State.fromJson constructor
PersistentResource_State.fromJson(
- Object? json
Implementation
factory PersistentResource_State.fromJson(Object? json) =>
PersistentResource_State(json as String);