isValid property

bool get isValid

Whether all fields are valid.

Implementation

bool get isValid => _errors.values.every((e) => e == null);