SocialMedia constructor
SocialMedia(
- String userName, {
- SocialMediaLabel label = SocialMediaLabel.other,
- String customLabel = '',
Implementation
SocialMedia(this.userName,
{this.label = SocialMediaLabel.other, this.customLabel = ''});