QueryModel<ParamType, ResultType> constructor

QueryModel<ParamType, ResultType>(
  1. String _key, {
  2. ParamType? parameter,
})

Implementation

QueryModel(this._key, {this.parameter});