menu
u package
documentation
components/u_credit_card.dart
CardBrandDetector
isAmex static method
isAmex static method
dark_mode
light_mode
isAmex
static method
bool
isAmex
(
CardBrand
brand
)
Implementation
static bool isAmex(CardBrand brand) => brand == CardBrand.amex;
u package
documentation
components/u_credit_card
CardBrandDetector
isAmex static method
CardBrandDetector class