start property
dynamic Function(ReadableByteStreamController)?
get
start
Implementation
_i2.dynamic Function(_i3.ReadableByteStreamController)? get start =>
(_i3.ReadableByteStreamController p0) => _i4.callMethod(
_i4.getProperty(
this,
'start',
),
r'call',
[
this,
p0,
],
);
set
start
(dynamic value(ReadableByteStreamController)?)
Implementation
set start(_i2.dynamic Function(_i3.ReadableByteStreamController)? value) {
_i4.setProperty(
this,
'start',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}