event property

Map<String, ColorDefinition>? event
getter/setter pair

A global palette of event colors, mapping from the color ID to its definition.

An event resource may refer to one of these color IDs in its colorId field. Read-only.

Implementation

core.Map<core.String, ColorDefinition>? event;