QueryParameter<T> constructor
const
QueryParameter<T> (
- String name,
- T value
Creates a new QueryParameter with the given name and value.
Implementation
const QueryParameter(this.name, this.value);