operator + method

RequestType operator +(
  1. RequestType type
)

Implementation

RequestType operator +(RequestType type) => this | type;