isEmpty property Null safety
override
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty {
return (_root == null);
}
Whether there is no key/value pair in the map.
bool get isEmpty {
return (_root == null);
}