isNotEmpty property - AudioParamMap class - dart:web_audio library (original) (raw)

description

bool getisNotEmpty

override

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

Implementation

bool get isNotEmpty => !isEmpty;