isEmpty property Null safety
override
Returns true if there is no key/value pair in the map.
Implementation
bool get isEmpty => _key(0) == null;
Returns true if there is no key/value pair in the map.
bool get isEmpty => _key(0) == null;