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