VoucherStats constructor

VoucherStats(
  1. int totalVouchersGenerated,
  2. int totalVouchersRedeemed,
  3. int totalVouchersAvailable,
  4. Map<String, AimStats> aims,
)

Implementation

factory VoucherStats(int totalVouchersGenerated, int totalVouchersRedeemed,
    int totalVouchersAvailable, Map<String, AimStats> aims) = _VoucherStats;