SleepStage.fromJson constructor
SleepStage.fromJson(
- Map json_
Implementation
SleepStage.fromJson(core.Map json_)
: this(
createTime: json_['createTime'] as core.String?,
endTime: json_['endTime'] as core.String?,
endUtcOffset: json_['endUtcOffset'] as core.String?,
startTime: json_['startTime'] as core.String?,
startUtcOffset: json_['startUtcOffset'] as core.String?,
type: json_['type'] as core.String?,
updateTime: json_['updateTime'] as core.String?,
);