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