isAmex property

  1. @computed
bool get isAmex

Implementation

@computed
bool get isAmex => brand == CardBrand.amex;