CreateGroupResult class

创建群组对话框返回的结果

Constructors

CreateGroupResult({required String groupName, String? avatarUrl, required List<ContactInfo> contacts})

Properties

avatarUrl String?
群头像 URL(预设头像或自定义上传的 URL)
final
contacts List<ContactInfo>
选中的联系人列表
final
groupName String
群名称
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited