isNotEmpty property
bool
get
isNotEmpty
True when there is at least one error.
Implementation
bool get isNotEmpty => _list.isNotEmpty;
True when there is at least one error.
bool get isNotEmpty => _list.isNotEmpty;