menu
ribs_core package
documentation
ribs_core.dart
Buffer<A>
nonEmpty property
nonEmpty property
dark_mode
light_mode
nonEmpty
property
bool
get
nonEmpty
inherited
Whether this collection contains at least one element.
Implementation
bool get nonEmpty => !isEmpty;
ribs_core package
documentation
ribs_core
Buffer<A>
nonEmpty property
Buffer mixin