isBusinessError property

bool isBusinessError

Implementation

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