SignSymbol class
Represents a symbol within a sign, along with its position.
Constructors
-
SignSymbol({required String symbol, required Tuple2<
int, int> position}) - Constructor for SignSymbol class.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of the SignSymbol object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited