BrandType constructor

const BrandType(
  1. String _name,
  2. String _cvvPattern,
  3. String _brand
)

Implementation

const BrandType(this._name, this._cvvPattern, this._brand);