QueryParameterType constructor
QueryParameterType({
- QueryParameterType? arrayType,
- QueryParameterType? rangeElementType,
- List<
QueryParameterTypeStructTypes> ? structTypes, - String? type,
Implementation
QueryParameterType({
this.arrayType,
this.rangeElementType,
this.structTypes,
this.type,
});