SocialMedia constructor

SocialMedia(
  1. String userName,
  2. {SocialMediaLabel label = SocialMediaLabel.other,
  3. String customLabel = ''}
)

Implementation

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