MatchSummary constructor

MatchSummary({
  1. required MatchSummaryCode summary,
})

Implementation

MatchSummary({
  required this.summary,
});