isNotEmpty property

bool get isNotEmpty

Returns true if this action has at least one configuration.

Implementation

bool get isNotEmpty => !isEmpty;