Card constructor
Card({
- required String brand,
- required CardChecks checks,
Implementation
Card({
required this.brand,
required this.checks,
});
Card({
required this.brand,
required this.checks,
});