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

hashCode int
The hash code for this object.
no setterinherited
position ↔ Tuple2<int, int>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
final

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