PhoneLabel enum Null safety
Phone labels.
Label | Android | iOS |
---|---|---|
assistant | ✔ | ⨯ |
callback | ✔ | ⨯ |
car | ✔ | ⨯ |
companyMain | ✔ | ⨯ |
faxHome | ✔ | ✔ |
faxOther | ✔ | ✔ |
faxWork | ✔ | ✔ |
home | ✔ | ✔ |
iPhone | ⨯ | ✔ |
isdn | ✔ | ⨯ |
main | ✔ | ✔ |
mms | ✔ | ⨯ |
mobile | ✔ | ✔ |
pager | ✔ | ✔ |
radio | ✔ | ⨯ |
school | ⨯ | ✔ |
telex | ✔ | ⨯ |
ttyTtd | ✔ | ⨯ |
work | ✔ | ✔ |
workMobile | ✔ | ⨯ |
workPager | ✔ | ⨯ |
other | ✔ | ✔ |
custom | ✔ | ✔ |
Constants
- assistant → const PhoneLabel
-
const PhoneLabel(0)
- callback → const PhoneLabel
-
const PhoneLabel(1)
- car → const PhoneLabel
-
const PhoneLabel(2)
- companyMain → const PhoneLabel
-
const PhoneLabel(3)
- custom → const PhoneLabel
-
const PhoneLabel(22)
- faxHome → const PhoneLabel
-
const PhoneLabel(4)
- faxOther → const PhoneLabel
-
const PhoneLabel(5)
- faxWork → const PhoneLabel
-
const PhoneLabel(6)
- home → const PhoneLabel
-
const PhoneLabel(7)
- iPhone → const PhoneLabel
-
const PhoneLabel(8)
- isdn → const PhoneLabel
-
const PhoneLabel(9)
- main → const PhoneLabel
-
const PhoneLabel(10)
- mms → const PhoneLabel
-
const PhoneLabel(11)
- mobile → const PhoneLabel
-
const PhoneLabel(12)
- other → const PhoneLabel
-
const PhoneLabel(21)
- pager → const PhoneLabel
-
const PhoneLabel(13)
- radio → const PhoneLabel
-
const PhoneLabel(14)
- school → const PhoneLabel
-
const PhoneLabel(15)
- telex → const PhoneLabel
-
const PhoneLabel(16)
- ttyTtd → const PhoneLabel
-
const PhoneLabel(17)
-
values
→ const List<
PhoneLabel> -
A constant List of the values in this enum, in order of their declaration.
const List<
PhoneLabel> - work → const PhoneLabel
-
const PhoneLabel(18)
- workMobile → const PhoneLabel
-
const PhoneLabel(19)
- workPager → const PhoneLabel
-
const PhoneLabel(20)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited