QueryParameterTypeStructTypes constructor

QueryParameterTypeStructTypes({
  1. String? description,
  2. String? name,
  3. QueryParameterType? type,
})

Implementation

QueryParameterTypeStructTypes({
  this.description,
  this.name,
  this.type,
});