Hits constructor

Hits({
  1. String? cursor,
  2. int? found,
  3. List<Hit>? hit,
  4. int? start,
})

Implementation

Hits({
  this.cursor,
  this.found,
  this.hit,
  this.start,
});