code property

int? code

语法糖 默认的Response的statusCode 可以在 InterceptorsWrapper 自定义处理

Implementation

int? get code => response?.statusCode;