isError property
bool
get
isError
🔍 Check if current state is error
Implementation
bool get isError => this is BaseViewStateError<T>;
🔍 Check if current state is error
bool get isError => this is BaseViewStateError<T>;