pop property

T? Function() pop

Implementation

T? Function() get pop => () => _i6.callMethod(
      _i6.getProperty(
        this,
        'pop',
      ),
      r'call',
      [this],
    );
void pop=(T? value())

Implementation

set pop(T? Function() value) {
  _i6.setProperty(
    this,
    'pop',
    _i6.allowInterop(() => () => value() ?? _i5.undefined),
  );
}