isEmpty property - Map class - dart:core library (original) (raw)
bool getisEmpty
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty;
bool getisEmpty
Whether there is no key/value pair in the map.
bool get isEmpty;