label property
@JsonKey(defaultValue: EventLabel.birthday), read / write
The label or type of event it is. If custom
, the free-form label can
be found in customLabel.
Implementation
@JsonKey(defaultValue: EventLabel.birthday)
EventLabel label;