isValid property

bool isValid

Implementation

bool get isValid {
  return isNotEmpty && !any((element) => !element.isValid);
}