QueryParameter constructor
QueryParameter({
- String? name,
- QueryParameterType? parameterType,
- QueryParameterValue? parameterValue,
Implementation
QueryParameter({
this.name,
this.parameterType,
this.parameterValue,
});