PieceMoveParams class

Inheritance

Constructors

PieceMoveParams({required int colour, required BishopState state, required BuiltVariant variant, required int from, required MoveDefinition moveDefinition})
const

Properties

colour int
finalinherited
from int
final
hashCode int
The hash code for this object.
no setterinherited
moveDefinition MoveDefinition
final
piece int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size BoardSize
no setterinherited
state BishopState
finalinherited
variant BuiltVariant
finalinherited

Methods

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.
inherited