通讯录完成
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:azlistview/azlistview.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:tencent_im_sdk_plugin/models/v2_tim_friend_info.dart';
|
||||
|
||||
class ContactInfoModel extends ISuspensionBean {
|
||||
@@ -7,6 +8,8 @@ class ContactInfoModel extends ISuspensionBean {
|
||||
String? tagIndex;
|
||||
String? namePinyin;
|
||||
V2TimFriendInfo? friendInfo;
|
||||
IconData? icon;
|
||||
Color? color;
|
||||
|
||||
ContactInfoModel({
|
||||
required this.name,
|
||||
@@ -14,6 +17,8 @@ class ContactInfoModel extends ISuspensionBean {
|
||||
this.tagIndex,
|
||||
this.namePinyin,
|
||||
this.friendInfo,
|
||||
this.icon,
|
||||
this.color,
|
||||
});
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user