selectedMethod property

  1. @override
PaymentMethodType get selectedMethod
inherited

Implementation

@override
PaymentMethodType get selectedMethod {
  _$selectedMethodAtom.reportRead();
  return super.selectedMethod;
}
  1. @override
set selectedMethod (PaymentMethodType value)
inherited

Implementation

@override
set selectedMethod(PaymentMethodType value) {
  _$selectedMethodAtom.reportWrite(value, super.selectedMethod, () {
    super.selectedMethod = value;
  });
}