Sign class

Represents a sign consisting of a box symbol and a list of symbols.

Constructors

Sign({required SignSymbol box, required List<SignSymbol> symbols})
Constructor for Sign class.

Properties

box SignSymbol
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbols List<SignSymbol>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a string representation of the Sign object.
override

Operators

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