QueryParam constructor

const QueryParam({
  1. required IndexType type,
  2. double radius = 0.0,
  3. bool isLinear = false,
  4. bool isUsingRefiner = false,
})

Implementation

const QueryParam({
  required this.type,
  this.radius = 0.0,
  this.isLinear = false,
  this.isUsingRefiner = false,
});