show property

Future<PaymentResponse> Function([Object?]) get show

Implementation

_i2.Future<_i3.PaymentResponse> Function([_i2.Object?]) get show =>
    ([_i2.Object? p0]) => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'show',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        ));
set show (Future<PaymentResponse> value([Object?]))

Implementation

set show(_i2.Future<_i3.PaymentResponse> Function([_i2.Object?]) value) {
  _i4.setProperty(
    this,
    'show',
    _i4.allowInterop(value),
  );
}