Index class

Inheritance

Constructors

Index(int row, int column)

Properties

column int
no setter
hashCode int
The hash code for this object.
no setterinherited
item1 int
Returns the first item of the tuple
finalinherited
item2 int
Returns the second item of the tuple
finalinherited
row int
no setter
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
toList({bool growable = false}) List
Creates a List containing the items of this Tuple2.
inherited
toString() String
A string representation of this object.
inherited
withItem1(int v) → Tuple2<int, int>
Returns a tuple with the first item set to the specified value.
inherited
withItem2(int v) → Tuple2<int, int>
Returns a tuple with the second item set to the specified value.
inherited

Operators

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