Map<TimePart, int> toMap() { return { if (hour != null) TimePart.hour: hour!, if (minute != null) TimePart.minute: minute!, if (second != null) TimePart.second: second!, }; }