Schedule_State.fromJson constructor

Schedule_State.fromJson(
  1. Object? json
)

Implementation

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