isNotEmpty property - Map class - dart:core library (original) (raw)
bool getisNotEmpty
Whether there is at least one key/value pair in the map.
Implementation
bool get isNotEmpty;
bool getisNotEmpty
Whether there is at least one key/value pair in the map.
bool get isNotEmpty;