isNotEmpty property
bool
get
isNotEmpty
Returns true if this action has at least one configuration.
Implementation
bool get isNotEmpty => !isEmpty;
Returns true if this action has at least one configuration.
bool get isNotEmpty => !isEmpty;