EnterGroupNotification constructor

EnterGroupNotification({
  1. GroupInfo? group,
  2. GroupMembersInfo? entrantUser,
})

Implementation

EnterGroupNotification({this.group, this.entrantUser});