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

description

bool getisEmpty

Whether there is no key/value pair in the map.

Implementation

bool get isEmpty;