isSuccess property

bool get isSuccess

Implementation

bool get isSuccess =>
    code == '00' || (status != null && status!.toLowerCase() == 'success');