allowReserved property Null safety
read / write
Determines whether the parameter value SHOULD allow reserved characters, as defined by RFC3986 :/?#[]@!$&'()*+,;= to be included without percent-encoding.
The default value is false. This property SHALL be ignored if the request body media type is not application/x-www-form-urlencoded.
Implementation
bool? allowReserved;