gatingMoves property

List<Move> gatingMoves

All moves that involve gating.

Implementation

List<Move> get gatingMoves => where((e) => e.gate).toList();