description property

String? description
getter/setter pair

A human-readable description of the event.

Note that these strings can change at any time without notice. Any application logic must use the information in the details field.

Implementation

core.String? description;