withResponseCode method

void withResponseCode(
  1. int code
)

Implementation

void withResponseCode(int code) {
  this.responseCode = code;
}