PcoPeopleCarrierOrder enum Null safety
Possible Ordering:
international
->?order=international
name
->?order=name
Constructors
- PcoPeopleCarrierOrder()
-
const
Values
- international → const PcoPeopleCarrierOrder
- name → const PcoPeopleCarrierOrder
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PcoPeopleCarrierOrder> -
A constant List of the values in this enum, in order of their declaration.
[international, name]