Dart
dart:web_audio
AudioParamMap
isNotEmpty property
description
isNotEmpty property
bool
isNotEmpty
override
Returns true if there is at least one key/value pair in the map.
Implementation
bool
get
isNotEmpty => !isEmpty;