QueryParameterType constructor

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

Implementation

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