InvitationStatusV2 enum
Values
- swaggerGeneratedUnknown → const InvitationStatusV2
-
const InvitationStatusV2(null) - accepted → const InvitationStatusV2
-
const InvitationStatusV2('Accepted') - pending → const InvitationStatusV2
-
const InvitationStatusV2('Pending') - unknown → const InvitationStatusV2
-
const InvitationStatusV2('Unknown')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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<
InvitationStatusV2> - A constant List of the values in this enum, in order of their declaration.