toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (day != null) 'day': day!,
if (hour != null) 'hour': hour!,
if (kind != null) 'kind': kind!,
if (updateTrack != null) 'updateTrack': updateTrack!,
};