isBusinessError property
bool
get
isBusinessError
Implementation
bool get isBusinessError => 1 == code && ('1' != (bscode ?? '')) && ((msg ?? '').isNotEmpty);
bool get isBusinessError => 1 == code && ('1' != (bscode ?? '')) && ((msg ?? '').isNotEmpty);