hasError property

bool hasError

Implementation

bool get hasError => errorList.any((error) => error.severity == CodeMirrorError.error);