interfacePayment property

String? get interfacePayment

Implementation

String? get interfacePayment => _interfacePayment;
set interfacePayment (String? value)

Implementation

set interfacePayment(String? value) {
  _interfacePayment = value;
  notifyListeners();
}