SocialMediaLabel enum Null safety

Social media labels.

LabelAndroidiOS
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

Constants

aim → const SocialMediaLabel
const SocialMediaLabel(0)
baiduTieba → const SocialMediaLabel
const SocialMediaLabel(1)
custom → const SocialMediaLabel
const SocialMediaLabel(38)
discord → const SocialMediaLabel
const SocialMediaLabel(2)
facebook → const SocialMediaLabel
const SocialMediaLabel(3)
flickr → const SocialMediaLabel
const SocialMediaLabel(4)
gaduGadu → const SocialMediaLabel
const SocialMediaLabel(5)
gameCenter → const SocialMediaLabel
const SocialMediaLabel(6)
googleTalk → const SocialMediaLabel
const SocialMediaLabel(7)
icq → const SocialMediaLabel
const SocialMediaLabel(8)
instagram → const SocialMediaLabel
const SocialMediaLabel(9)
jabber → const SocialMediaLabel
const SocialMediaLabel(10)
line → const SocialMediaLabel
const SocialMediaLabel(11)
linkedIn → const SocialMediaLabel
const SocialMediaLabel(12)
medium → const SocialMediaLabel
const SocialMediaLabel(13)
messenger → const SocialMediaLabel
const SocialMediaLabel(14)
msn → const SocialMediaLabel
const SocialMediaLabel(15)
mySpace → const SocialMediaLabel
const SocialMediaLabel(16)
netmeeting → const SocialMediaLabel
const SocialMediaLabel(17)
other → const SocialMediaLabel
const SocialMediaLabel(37)
pinterest → const SocialMediaLabel
const SocialMediaLabel(18)
qqchat → const SocialMediaLabel
const SocialMediaLabel(19)
qzone → const SocialMediaLabel
const SocialMediaLabel(20)
reddit → const SocialMediaLabel
const SocialMediaLabel(21)
sinaWeibo → const SocialMediaLabel
const SocialMediaLabel(22)
skype → const SocialMediaLabel
const SocialMediaLabel(23)
snapchat → const SocialMediaLabel
const SocialMediaLabel(24)
telegram → const SocialMediaLabel
const SocialMediaLabel(25)
tencentWeibo → const SocialMediaLabel
const SocialMediaLabel(26)
tikTok → const SocialMediaLabel
const SocialMediaLabel(27)
tumblr → const SocialMediaLabel
const SocialMediaLabel(28)
twitter → const SocialMediaLabel
const SocialMediaLabel(29)
values → const List<SocialMediaLabel>

A constant List of the values in this enum, in order of their declaration.

const List<SocialMediaLabel>
viber → const SocialMediaLabel
const SocialMediaLabel(30)
wechat → const SocialMediaLabel
const SocialMediaLabel(31)
whatsapp → const SocialMediaLabel
const SocialMediaLabel(32)
yahoo → const SocialMediaLabel
const SocialMediaLabel(33)
yelp → const SocialMediaLabel
const SocialMediaLabel(34)
youtube → const SocialMediaLabel
const SocialMediaLabel(35)
zoom → const SocialMediaLabel
const SocialMediaLabel(36)

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int
A numeric identifier for the enumerated value. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

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