InvitationStatus class Null safety

Inheritance

Properties

hashCode int
The hash code for this object.
read-onlyinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
serialize() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer Serializer<InvitationStatus>
read-only
values BuiltSet<InvitationStatus>
read-only

Static Methods

deserialize(String string) InvitationStatus?
valueOf(String name) InvitationStatus

Constants

accepted → const InvitationStatus
_$accepted
canceled → const InvitationStatus
_$canceled
constantName → const InvitationStatus
_$constantName
rejected → const InvitationStatus
_$rejected
sent → const InvitationStatus
_$sent
tentative → const InvitationStatus
_$tentative