isError property

bool get isError

🔍 Check if current state is error

Implementation

bool get isError => this is BaseViewStateError<T>;