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