AddressLabel enum Null safety
Address labels.
Label | Android | iOS |
---|---|---|
home | ✔ | ✔ |
school | ⨯ | ✔ |
work | ✔ | ✔ |
other | ✔ | ✔ |
custom | ✔ | ✔ |
Constants
- custom → const AddressLabel
-
const AddressLabel(4)
- home → const AddressLabel
-
const AddressLabel(0)
- other → const AddressLabel
-
const AddressLabel(3)
- school → const AddressLabel
-
const AddressLabel(1)
-
values
→ const List<
AddressLabel> -
A constant List of the values in this enum, in order of their declaration.
const List<
AddressLabel> - work → const AddressLabel
-
const AddressLabel(2)
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