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