isEmpty property
bool
get
isEmpty
Returns true if the map is empty, false otherwise.
Implementation
bool get isEmpty => length == 0;
Returns true if the map is empty, false otherwise.
bool get isEmpty => length == 0;