setBrand method

  1. @action
void setBrand(
  1. CardBrand value
)

Implementation

@action
void setBrand(CardBrand value) => brand = value;