canMakePayment property

Future<bool> Function() get canMakePayment

Implementation

_i2.Future<_i2.bool> Function() get canMakePayment =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'canMakePayment',
          ),
          r'call',
          [this],
        ));
set canMakePayment (Future<bool> value())

Implementation

set canMakePayment(_i2.Future<_i2.bool> Function() value) {
  _i4.setProperty(
    this,
    'canMakePayment',
    _i4.allowInterop(value),
  );
}