CardValidation constructor

CardValidation({
  1. List<CardType>? types,
  2. List<CardBrand>? brands,
})

Implementation

CardValidation({
  this.types,
  this.brands,
});