hasInterventions property
bool
get
hasInterventions
Whether any intervention was applied.
Implementation
bool get hasInterventions => interventions.isNotEmpty;
Whether any intervention was applied.
bool get hasInterventions => interventions.isNotEmpty;