menu
saropa_dart_utils package
documentation
collections/ring_buffer_utils.dart
RingBufferUtils<T extends Object>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
True when the buffer has no elements.
Implementation
bool get isEmpty => _len == 0;
saropa_dart_utils package
documentation
collections/ring_buffer_utils
RingBufferUtils<T extends Object>
isEmpty property
RingBufferUtils class