Event class
Labeled event / birthday.
Android allows multiple birthdays per contact, while iOS supports only one.
Constructors
Properties
- customLabel ↔ String
-
Custom label, if label is EventLabel.custom.
read / write
- day ↔ int
-
Event day (1-31).
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- label ↔ EventLabel
-
Label (default EventLabel.birthday).
read / write
- month ↔ int
-
Event month (1-12).
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- year ↔ int
-
Event year (can be null).
read / write
Methods
Operators
-
operator ==(
Object o) → bool -
The equality operator. [...]
override