menu
moneyhash_payment package
documentation
data/card/card_brand.dart
CardBrand
CardBrand const constructor
CardBrand const constructor
dark_mode
light_mode
CardBrand
constructor
const
CardBrand
(
{
required
String
first6Digits
,
required
Brand
brand
,
required
String
brandIconUrl
,
})
Implementation
const CardBrand({ required this.first6Digits, required this.brand, required this.brandIconUrl, });
moneyhash_payment package
documentation
data/card/card_brand
CardBrand
CardBrand const constructor
CardBrand class