type property

The value used internally by the user. Used to indicate the value that should be available inside the path.

Implementation

RequestType get type => _type;
void type=(RequestType type)

Implementation

set type(RequestType type) {
  _type = type;
  typeInt = type.index;
}