会话页面
This commit is contained in:
@@ -10,6 +10,7 @@ class ContactInfoModel extends ISuspensionBean {
|
||||
V2TimFriendInfo? friendInfo;
|
||||
IconData? icon;
|
||||
Color? color;
|
||||
String? route;
|
||||
|
||||
ContactInfoModel({
|
||||
required this.name,
|
||||
@@ -19,6 +20,7 @@ class ContactInfoModel extends ISuspensionBean {
|
||||
this.friendInfo,
|
||||
this.icon,
|
||||
this.color,
|
||||
this.route,
|
||||
});
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user