isNotEmpty property - MidiInputMap class - dart:html library (original) (raw)
bool getisNotEmpty
override
Whether there is at least one key/value pair in the map.
Implementation
bool get isNotEmpty => !isEmpty;
bool getisNotEmpty
override
Whether there is at least one key/value pair in the map.
bool get isNotEmpty => !isEmpty;