QueryParameterType constructor

QueryParameterType({
  1. QueryParameterType? arrayType,
  2. List<QueryParameterTypeStructTypes>? structTypes,
  3. String? type,
})

Implementation

QueryParameterType({
  this.arrayType,
  this.structTypes,
  this.type,
});