SearchInfo constructor

SearchInfo({
  1. HitType hitType = HitType.none,
  2. RecordHitInfo? hitInfo,
})

Implementation

SearchInfo({this.hitType = HitType.none, this.hitInfo});