requestUriParameterSupported property

bool? requestUriParameterSupported

Implementation

bool? get requestUriParameterSupported =>
    _$this._requestUriParameterSupported;
void requestUriParameterSupported=(bool? requestUriParameterSupported)

Implementation

set requestUriParameterSupported(bool? requestUriParameterSupported) =>
    _$this._requestUriParameterSupported = requestUriParameterSupported;