QueryParameterTypeStructTypes constructor
QueryParameterTypeStructTypes({
- String? description,
- String? name,
- QueryParameterType? type,
Implementation
QueryParameterTypeStructTypes({
this.description,
this.name,
this.type,
});