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