hasError property

bool hasError

Returns true if this parse result has errors.

Implementation

bool get hasError => root == null;