isEmpty property - MapBase class - dart:collection library (original) (raw)
bool getisEmpty
override
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty => keys.isEmpty;
bool getisEmpty
override
Whether there is no key/value pair in the map.
bool get isEmpty => keys.isEmpty;