onMove property

(dynamic Function(Move)?) onMove
final

Called when a move is successfully made.

Implementation

final Function(Move)? onMove;