isEmpty property - MidiInputMap class - dart:html library (original) (raw)

description

bool getisEmpty

override

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

Implementation

bool get isEmpty => length == 0;