hasError property

bool hasError

Returns the error existence status of the ViewModel

Implementation

bool get hasError => error(this) != null;