ZIMGroupInfo constructor

ZIMGroupInfo({
  1. String groupID = '',
  2. String groupName = '',
  3. String groupAvatarUrl = '',
})

Implementation

ZIMGroupInfo({
  this.groupID = '',
  this.groupName = '',
  this.groupAvatarUrl = '',
});