menu
collql package
documentation
implementations/document.dart
SelectorJsonPointer
isNotEmpty property
isNotEmpty property
dark_mode
light_mode
isNotEmpty
property
bool
get
isNotEmpty
inherited
Whether there is at least one key/value pair in the map.
Implementation
bool get isNotEmpty => keys.isNotEmpty;
collql package
documentation
implementations/document
SelectorJsonPointer
isNotEmpty property
SelectorJsonPointer mixin