Converts this Time instance to a JSON object.
Map<String, dynamic> toJson() { return { 'dateTime': dateTime, 'timeZone': timeZone, }; }