Flutter
quiver.async
StreamBuffer
<
T
>
buffered property
buffered
StreamBuffer class
Constructors
StreamBuffer
Properties
buffered
limit
limited
hashCode
runtimeType
Methods
addStream
close
read
noSuchMethod
toString
Operators
operator ==
buffered property
int
buffered
The amount of unread data buffered.
Implementation
int get buffered => _counter;