setBrand method
Implementation
@override
void setBrand(CardBrand value) {
final _$actionInfo = _$CardFormStoreBaseActionController.startAction(
name: 'CardFormStoreBase.setBrand',
);
try {
return super.setBrand(value);
} finally {
_$CardFormStoreBaseActionController.endAction(_$actionInfo);
}
}