isNotEmpty property

bool get isNotEmpty

True when there is at least one error.

Implementation

bool get isNotEmpty => _list.isNotEmpty;