PcoPeopleListCategoryOrder enum Null safety
Possible Ordering:
createdAt
->?order=created_at
name
->?order=name
organizationId
->?order=organization_id
updatedAt
->?order=updated_at
Constructors
- PcoPeopleListCategoryOrder()
-
const
Values
- createdAt → const PcoPeopleListCategoryOrder
- name → const PcoPeopleListCategoryOrder
- organizationId → const PcoPeopleListCategoryOrder
- updatedAt → const PcoPeopleListCategoryOrder
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<
PcoPeopleListCategoryOrder> -
A constant List of the values in this enum, in order of their declaration.
[createdAt, name, organizationId, updatedAt]