GroupNotification constructor

GroupNotification({
  1. GroupInfo? group,
  2. GroupMembersInfo? opUser,
  3. GroupMembersInfo? groupOwnerUser,
  4. List<GroupMembersInfo>? memberList,
})

Implementation

GroupNotification({
  this.group,
  this.opUser,
  this.groupOwnerUser,
  this.memberList,
});