Sub2ApiAdminRedeemCodeStats constructor
Sub2ApiAdminRedeemCodeStats({})
Implementation
Sub2ApiAdminRedeemCodeStats({
required this.totalCodes,
required this.activeCodes,
required this.usedCodes,
required this.expiredCodes,
required this.totalValueDistributed,
required Map<String, int> byType,
}) : byType = Map.unmodifiable(byType);