NeedInvitationStatus 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<NeedInvitationStatus>
read-only
values BuiltSet<NeedInvitationStatus>
read-only

Static Methods

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

Constants

accepted → const NeedInvitationStatus
_$accepted
canceled → const NeedInvitationStatus
_$canceled
constantName → const NeedInvitationStatus
_$constantName
sent → const NeedInvitationStatus
_$sent
supportOffered → const NeedInvitationStatus
_$supportOffered