type property

The resource type of the request.

Implementation

ResourceType get type => ResourceType.fromJS(_wrapped.type);
void type=(ResourceType v)

Implementation

set type(ResourceType v) {
  _wrapped.type = v.toJS;
}