flutter_contacts
event
Event
noYear property
noYear
flutter_contacts
event
Event
noYear property
Event class
Constructors
Event
fromJson
Properties
customLabel
date
hashCode
label
noYear
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
noYear
property
bool
noYear
@
JsonKey
(defaultValue: false), read / write
Whether the date has no year associated to it.
Implementation
@JsonKey(defaultValue: false) bool noYear;