FriendSearchInfo constructor
FriendSearchInfo({
- required ContactInfo contact,
- HitType hitType = HitType.none,
- RecordHitInfo? hitInfo,
Implementation
FriendSearchInfo(
{required this.contact,
HitType hitType = HitType.none,
RecordHitInfo? hitInfo})
: super(hitType: hitType, hitInfo: hitInfo);