PcoPeopleMessageOrder enum Null safety
Possible Ordering:
appName
->?order=app_name
bouncedAt
->?order=bounced_at
createdAt
->?order=created_at
deliveryStatus
->?order=delivery_status
file
->?order=file
fromAddress
->?order=from_address
fromName
->?order=from_name
kind
->?order=kind
rejectReason
->?order=reject_reason
rejectionNotificationSentAt
->?order=rejection_notification_sent_at
sentAt
->?order=sent_at
subject
->?order=subject
toAddresses
->?order=to_addresses
Constructors
- PcoPeopleMessageOrder()
-
const
Values
- appName → const PcoPeopleMessageOrder
- bouncedAt → const PcoPeopleMessageOrder
- createdAt → const PcoPeopleMessageOrder
- deliveryStatus → const PcoPeopleMessageOrder
- file → const PcoPeopleMessageOrder
- fromAddress → const PcoPeopleMessageOrder
- fromName → const PcoPeopleMessageOrder
- kind → const PcoPeopleMessageOrder
- rejectReason → const PcoPeopleMessageOrder
- rejectionNotificationSentAt → const PcoPeopleMessageOrder
- sentAt → const PcoPeopleMessageOrder
- subject → const PcoPeopleMessageOrder
- toAddresses → const PcoPeopleMessageOrder
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<
PcoPeopleMessageOrder> -
A constant List of the values in this enum, in order of their declaration.
[appName, bouncedAt, createdAt, deliveryStatus, file, fromAddress, fromName, kind, rejectReason, rejectionNotificationSentAt, sentAt, subject, toAddresses]