isEmpty property
dynamic
get
isEmpty
Returns true if the collection is empty.
Implementation
get isEmpty => _parameters.isEmpty;
Returns true if the collection is empty.
get isEmpty => _parameters.isEmpty;