HistoryMove class

Represents a single move in the game history

Constructors

HistoryMove.new({required String move, required String fen, String? san, required DateTime timestamp})
const

Properties

fen String
The FEN position after this move
final
hashCode int
The hash code for this object.
no setterinherited
move String
The move that was made
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
san String?
The move in standard algebraic notation (optional)
final
timestamp DateTime
Timestamp when the move was made
final

Methods

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
The equality operator.
inherited