isEmpty property - MidiInputMap class - dart:html library (original) (raw)
bool getisEmpty
override
Whether there is no key/value pair in the map.
Implementation
bool get isEmpty => length == 0;
bool getisEmpty
override
Whether there is no key/value pair in the map.
bool get isEmpty => length == 0;