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.
+-------------+---------+-----+ | Label | Android | iOS | +-------------+---------+-----+ | anniversary | ✅ | ✅ | | birthday | ✅ | ✅ | | other | ✅ | ✅ | | custom | ✅ | ✅ | +-------------+---------+-----+
Implementation
@JsonKey(defaultValue: EventLabel.birthday)
EventLabel label;