isNotEmpty property

bool isNotEmpty

Whether there is at least one param.

Implementation

bool get isNotEmpty => _params.isNotEmpty;