isNotEmpty property
bool
get
isNotEmpty
Returns true if there is at least one key.
Implementation
bool get isNotEmpty => _data.isNotEmpty;
Returns true if there is at least one key.
bool get isNotEmpty => _data.isNotEmpty;