Colors constructor

Colors({
  1. Map<String, ColorDefinition>? calendar,
  2. Map<String, ColorDefinition>? event,
  3. String? kind,
  4. DateTime? updated,
})

Implementation

Colors({
  this.calendar,
  this.event,
  this.kind,
  this.updated,
});