ResponseCode property

ServiceError? ResponseCode
Gets or sets the response code.

Implementation

ServiceError? get ResponseCode => this.responseCode;
void ResponseCode=(ServiceError? value)

Implementation

set ResponseCode(ServiceError? value) {
  this.responseCode = value;
}