pull property

Implementation

UnderlyingSourcePullCallback get pull => js_util.getProperty(this, 'pull');
void pull=(UnderlyingSourcePullCallback newValue)

Implementation

set pull(UnderlyingSourcePullCallback newValue) {
  js_util.setProperty(this, 'pull', newValue);
}