SearchInfo constructor
SearchInfo({
- HitType hitType = HitType.none,
- RecordHitInfo? hitInfo,
Implementation
SearchInfo({this.hitType = HitType.none, this.hitInfo});