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