APIParameter.cookie constructor Null safety
Implementation
APIParameter.cookie(
this.name, {
this.description,
this.schema,
this.content,
this.style,
bool? isRequired,
this.deprecated,
this.allowEmptyValue,
this.explode,
this.allowReserved,
}) : _required = isRequired {
location = APIParameterLocation.cookie;
}