CardBrand constructor

const CardBrand({
  1. required String first6Digits,
  2. required Brand brand,
  3. required String brandIconUrl,
})

Implementation

const CardBrand({
  required this.first6Digits,
  required this.brand,
  required this.brandIconUrl,
});