isInconclusive property
bool
get
isInconclusive
true if any score is outside the valid 1–5 range.
Implementation
bool get isInconclusive =>
relevance < 1 ||
relevance > 5 ||
truth < 1 ||
truth > 5 ||
completeness < 1 ||
completeness > 5;