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