operator + method

ResponseInterceptor operator +(
  1. dynamic next
)

Implementation

ResponseInterceptor operator +(next) {
  this.next = next;
  return this;
}