PersistentResource_State.fromJson constructor

PersistentResource_State.fromJson(
  1. Object? json
)

Implementation

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