isNotEmpty property

bool get isNotEmpty

Whether at least one validation error exists.

Implementation

bool get isNotEmpty => !isEmpty;