httpStatusCode property
int
get
httpStatusCode
Implementation
int get httpStatusCode {
return respMap['http_status_code'] ?? 200;
}
int get httpStatusCode {
return respMap['http_status_code'] ?? 200;
}