PcoPeopleFormSubmissionOrder enum Null safety
Possible Ordering:
createdAt
->?order=created_at
personFirstName
->?order=person.first_name
personLastName
->?order=person.last_name
Constructors
- PcoPeopleFormSubmissionOrder()
-
const
Values
- createdAt → const PcoPeopleFormSubmissionOrder
- personFirstName → const PcoPeopleFormSubmissionOrder
- personLastName → const PcoPeopleFormSubmissionOrder
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<
PcoPeopleFormSubmissionOrder> -
A constant List of the values in this enum, in order of their declaration.
[createdAt, personFirstName, personLastName]