isValid property

bool get isValid

Whether the field is valid.

Implementation

bool get isValid => value.error == null;