isEmpty property
bool
get
isEmpty
Returns true if the map has no key-value pairs.
Implementation
bool get isEmpty => value.isEmpty;
Returns true if the map has no key-value pairs.
bool get isEmpty => value.isEmpty;