menu
dcli_core package
documentation
dcli_core.dart
LimitedStreamController<T>
length property
length property
dark_mode
light_mode
length
property
int
get
length
Returns the no. of elements waiting in the stream.
Implementation
int get length => _count;
dcli_core package
documentation
dcli_core
LimitedStreamController<T>
length property
LimitedStreamController class