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