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