AttributeValues class
An enumeration for the accepted AttributeValue
s
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
- aboveAverage → const AttributeValue
-
An
AttributeValue
of 1 - abysmal → const AttributeValue
-
An
AttributeValue
of -3 - amazing → const AttributeValue
-
An
AttributeValue
of 4 - average → const AttributeValue
-
An
AttributeValue
of 0 - bad → const AttributeValue
-
An
AttributeValue
of -1 - decent → const AttributeValue
-
An
AttributeValue
of 2 - good → const AttributeValue
-
An
AttributeValue
of 3 - legendary → const AttributeValue
-
An
AttributeValue
of 5 - maximum → const AttributeValue
- minimum → const AttributeValue
- terrible → const AttributeValue
-
An
AttributeValue
of -2