QueryModel<ParamType, ResultType> constructor
QueryModel<ParamType, ResultType> (
- String _key, {
- ParamType? parameter,
Implementation
QueryModel(this._key, {this.parameter});