atEndOfStream property
bool
get
atEndOfStream
Indicates whether the stream pointer position is at the end of a stream.
Implementation
_i2.bool get atEndOfStream => _i3.getProperty(
this,
'AtEndOfStream',
);
set
atEndOfStream
(bool value)
Implementation
set atEndOfStream(_i2.bool value) {
_i3.setProperty(
this,
'AtEndOfStream',
value,
);
}