isNotEmpty property - Map class - dart:core library (original) (raw)

description

bool getisNotEmpty

Whether there is at least one key/value pair in the map.

Implementation

bool get isNotEmpty;