isError property

bool get isError

Implementation

bool get isError => unexpectedCharacter != null || type == 'ERROR';