handDropMoves property

List<Move> handDropMoves

All moves that involve a hand drop.

Implementation

List<Move> get handDropMoves => where((e) => e.handDrop).toList();