promoMoves property

List<Move> promoMoves

All moves that involve a promotion.

Implementation

List<Move> get promoMoves => where((e) => e.promotion).toList();