GroupNotification constructor
GroupNotification({
- GroupInfo? group,
- GroupMembersInfo? opUser,
- GroupMembersInfo? groupOwnerUser,
- List<
GroupMembersInfo> ? memberList,
Implementation
GroupNotification({
this.group,
this.opUser,
this.groupOwnerUser,
this.memberList,
});