Endorsement class

The available endorsements.

Constructors

Endorsement(dynamic id, dynamic jsonValue)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
finalinherited

Methods

matches(ValueEnum other) bool
inherited
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

Static Properties

addressServiceRequested Endorsement
Address service requested
getter/setter pair
changeServiceRequested Endorsement
Change service requested
getter/setter pair
forwardingServiceRequested Endorsement
Forwarding service requested
getter/setter pair
leaveIfNoResponse Endorsement
Leave if no response
getter/setter pair
returnServiceRequested Endorsement
Return service requested
getter/setter pair

Static Methods

asString(Endorsement? endorsement) String?
Get the String representation of a Endorsement.
fromString(String? value) Endorsement?
Get the Endorsement from a String.