ICell class abstract

Interface for creating cell-like objects which belong to a 9x9 grid Notably used by Cell

Implementers

Constructors

ICell(Position? position, bool? isPristine)

Properties

hashCode int
The hash code for this object.
no setterinherited
isPristine bool?
Whether or not this cell's value has been changed since grid generation
getter/setter pair
position Position?
Position of this cell in a 9x9 grid
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPosition() Position?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pristine() bool?
Getters and setters I can only make these comments so interesting and no more :l
setPristine(bool pristine) → void
toString() String
A string representation of this object.
inherited

Operators

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