File_State.fromJson constructor

File_State.fromJson(
  1. Object? json
)

Implementation

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