ResponseCode property
ServiceError?
get
ResponseCode
Implementation
ServiceError? get ResponseCode => this.responseCode;
set
ResponseCode
(ServiceError? value)
Implementation
set ResponseCode(ServiceError? value) {
this.responseCode = value;
}