ResponseCode property

ServiceError? get ResponseCode
Gets or sets the response code.

Implementation

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

Implementation

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