GridCell class

Represents a cell in a grid with a specific row and column.

Implemented types

Constructors

GridCell({required int row, required int column})
const

Properties

above GridCell
Returns the GridCell above this cell.
no setter
below GridCell
Returns the GridCell below this cell.
no setter
column int
final
hashCode int
The hash code for this object.
no setteroverride
left GridCell
Returns the GridCell to the left of this cell.
no setter
Returns the GridCell to the right of this cell.
no setter
row int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTo(GridCell other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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