Schedule.fromJson constructor
Schedule.fromJson(
- Map json_
Implementation
Schedule.fromJson(core.Map json_)
: this(startTime: json_['startTime'] as core.String?);
Schedule.fromJson(core.Map json_)
: this(startTime: json_['startTime'] as core.String?);