Colors constructor
Colors({
- Map<
String, ColorDefinition> ? calendar, - Map<
String, ColorDefinition> ? event, - String? kind,
- DateTime? updated,
Implementation
Colors({this.calendar, this.event, this.kind, this.updated});