pull property
UnderlyingSourcePullCallback<R> ?
get
pull
Implementation
_i3.UnderlyingSourcePullCallback<R>? get pull => _i4.getProperty(
this,
'pull',
);
set
pull
(UnderlyingSourcePullCallback<R> ? value)
Implementation
set pull(_i3.UnderlyingSourcePullCallback<R>? value) {
_i4.setProperty(
this,
'pull',
value ?? _i6.undefined,
);
}