setPaymentStatusInDevelopment property

void Function(PaymentStatus) get setPaymentStatusInDevelopment

Implementation

void Function(_i3.PaymentStatus) get setPaymentStatusInDevelopment =>
    (_i3.PaymentStatus p0) => _i5.callMethod(
          _i5.getProperty(
            this,
            'setPaymentStatusInDevelopment',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set setPaymentStatusInDevelopment (void value(PaymentStatus))

Implementation

set setPaymentStatusInDevelopment(void Function(_i3.PaymentStatus) value) {
  _i5.setProperty(
    this,
    'setPaymentStatusInDevelopment',
    _i5.allowInterop(value),
  );
}