Recorded class sealed
One thing recorded into a pass, in order.
A sealed hierarchy rather than a list of strings, so a test asserts on
values it can construct rather than on a rendering of them — a string
comparison would pass for the wrong reasons the first time a toString
changed.
- Implementers
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