pull property

Implementation

_i3.ReadableByteStreamControllerCallback? get pull => _i4.getProperty(
      this,
      'pull',
    );

Implementation

set pull(_i3.ReadableByteStreamControllerCallback? value) {
  _i4.setProperty(
    this,
    'pull',
    value ?? _i6.undefined,
  );
}