statusCode property
statusCode is expected to conform to an http status code.
Implementation
@override
int get statusCode => _response.statusCode!;
statusCode is expected to conform to an http status code.
@override
int get statusCode => _response.statusCode!;