URecentUserItem constructor
URecentUserItem({})
Implementation
URecentUserItem({
required this.id,
required this.displayName,
required this.createdAt,
this.userName,
this.phoneNumber,
});
URecentUserItem({
required this.id,
required this.displayName,
required this.createdAt,
this.userName,
this.phoneNumber,
});