ExpandedRow class
One row of an RSS Expanded Stacked symbol, consisting of 1+ expanded pairs.
Constructors
-
ExpandedRow(List<
ExpandedPair> pairs, int _rowNumber)
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
pairs
→ List<
ExpandedPair> -
no setter
- rowNumber → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isEquivalent(
List< ExpandedPair> otherPairs) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
Two rows are equal if they contain the same pairs in the same order.
override