copyWithWrapped method
Implementation
MatchSummary copyWithWrapped({Wrapped<enums.MatchSummaryCode>? summary}) {
  return MatchSummary(
      summary: (summary != null ? summary.value : this.summary));
}MatchSummary copyWithWrapped({Wrapped<enums.MatchSummaryCode>? summary}) {
  return MatchSummary(
      summary: (summary != null ? summary.value : this.summary));
}