GroupInfoEntity.create constructor
GroupInfoEntity.create({
- String? groupID,
- required String? groupName,
- required GroupTypeEnum? groupType,
- String? introduction,
创建群聊快速方法
Implementation
GroupInfoEntity.create({
this.groupID,
required this.groupName,
required this.groupType,
this.introduction,
});