Scorecard constructor
const
Scorecard({})
Implementation
const Scorecard({
required this.aces,
required this.mostCards,
required this.mostSpades,
required this.suipiCount,
required this.tenOfDiamonds,
required this.twoOfSpades,
required this.total,
});