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