isNotEmpty property
bool
get
isNotEmpty
Whether at least one validation error exists.
Implementation
bool get isNotEmpty => !isEmpty;
Whether at least one validation error exists.
bool get isNotEmpty => !isEmpty;