isValid property

bool get isValid

Implementation

bool get isValid => issues.every((i) => !i.isError);