hasConfidenceRating property
bool
get
hasConfidenceRating
true if confidence is not the missingConfidence
value, false
otherwise.
Implementation
bool get hasConfidenceRating =>
alternates.isNotEmpty ? alternates.first.hasConfidenceRating : false;