SocialMediaLabel enum

Social media labels.

Label Android iOS
aim
baiduTieba
discord
facebook
flickr
gaduGadu
gameCenter
googleTalk
icq
instagram
jabber
line
linkedIn
medium
messenger
msn
myspace
netmeeting
pinterest
qqchat
qzone
reddit
sinaWeibo
skype
snapchat
telegram
tencentWeibo
tikTok
tumblr
twitter
viber
wechat
whatsapp
yahoo
yelp
youtube
zoom
other
custom
Inheritance

Constructors

SocialMediaLabel()
const

Values

aim → const SocialMediaLabel
baiduTieba → const SocialMediaLabel
discord → const SocialMediaLabel
facebook → const SocialMediaLabel
flickr → const SocialMediaLabel
gaduGadu → const SocialMediaLabel
gameCenter → const SocialMediaLabel
googleTalk → const SocialMediaLabel
icq → const SocialMediaLabel
instagram → const SocialMediaLabel
jabber → const SocialMediaLabel
line → const SocialMediaLabel
linkedIn → const SocialMediaLabel
medium → const SocialMediaLabel
messenger → const SocialMediaLabel
msn → const SocialMediaLabel
mySpace → const SocialMediaLabel
netmeeting → const SocialMediaLabel
pinterest → const SocialMediaLabel
qqchat → const SocialMediaLabel
qzone → const SocialMediaLabel
reddit → const SocialMediaLabel
sinaWeibo → const SocialMediaLabel
skype → const SocialMediaLabel
snapchat → const SocialMediaLabel
telegram → const SocialMediaLabel
tencentWeibo → const SocialMediaLabel
tikTok → const SocialMediaLabel
tumblr → const SocialMediaLabel
twitter → const SocialMediaLabel
viber → const SocialMediaLabel
wechat → const SocialMediaLabel
whatsapp → const SocialMediaLabel
yahoo → const SocialMediaLabel
yelp → const SocialMediaLabel
youtube → const SocialMediaLabel
zoom → const SocialMediaLabel
other → const SocialMediaLabel
custom → const SocialMediaLabel

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<SocialMediaLabel>
A constant List of the values in this enum, in order of their declaration.