TeamSearchInfo constructor

TeamSearchInfo({
  1. required NIMTeam team,
  2. HitType hitType = HitType.none,
  3. RecordHitInfo? hitInfo,
})

Implementation

TeamSearchInfo(
    {required this.team,
    HitType hitType = HitType.none,
    RecordHitInfo? hitInfo})
    : super(hitType: hitType, hitInfo: hitInfo);