ErrorCode property

ServiceError? get ErrorCode
Gets or sets the error code.

Implementation

ServiceError? get ErrorCode => this.errorCode;
set ErrorCode (ServiceError? value)

Implementation

set ErrorCode(ServiceError? value) {
  this.errorCode = value;
}