valid property

bool get valid

Whether the control is currently valid.

Typically derived from running validator against the current value and/or internal state.

Implementation

bool get valid => formControl.valid;