PgnEvaluation.pawns constructor
const
PgnEvaluation.pawns({})
Constructor to create a PgnEvaluation of type pawns.
Implementation
const PgnEvaluation.pawns(
{required this.pawns,
this.depth,
this.mate,
this.evalType = EvalType.pawns});