$Query constructor

$Query({
  1. String? endTime,
  2. String? startTime,
  3. String? terms,
})

Implementation

$Query({
  this.endTime,
  this.startTime,
  this.terms,
});