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