File_State.fromJson constructor

File_State.fromJson(
  1. String json
)

Implementation

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