PcoCalendarPersonOrder enum Null safety
Possible Ordering:
createdAt
->?order=created_at
firstName
->?order=first_name
lastName
->?order=last_name
resolvesConflicts
->?order=resolves_conflicts
updatedAt
->?order=updated_at
Constructors
- PcoCalendarPersonOrder()
-
const
Values
- createdAt → const PcoCalendarPersonOrder
- firstName → const PcoCalendarPersonOrder
- lastName → const PcoCalendarPersonOrder
- resolvesConflicts → const PcoCalendarPersonOrder
- updatedAt → const PcoCalendarPersonOrder
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<
PcoCalendarPersonOrder> -
A constant List of the values in this enum, in order of their declaration.
[createdAt, firstName, lastName, resolvesConflicts, updatedAt]