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