isValid property

bool get isValid

Implementation

bool get isValid =>
    !_fields.values.any((state) => (state as JarFieldState).error != null);