pull property
UnderlyingSourcePullCallback
get
pull
Implementation
UnderlyingSourcePullCallback get pull => js_util.getProperty(this, 'pull');
set
pull
(UnderlyingSourcePullCallback newValue)
Implementation
set pull(UnderlyingSourcePullCallback newValue) {
js_util.setProperty(this, 'pull', newValue);
}