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