selectedMethod property
Implementation
@override
PaymentFormMethod get selectedMethod {
_$selectedMethodAtom.reportRead();
return super.selectedMethod;
}
Implementation
@override
set selectedMethod(PaymentFormMethod value) {
_$selectedMethodAtom.reportWrite(value, super.selectedMethod, () {
super.selectedMethod = value;
});
}