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