PersistentResource_State.fromJson constructor

PersistentResource_State.fromJson(
  1. String json
)

Implementation

factory PersistentResource_State.fromJson(String json) =>
    PersistentResource_State(json);