CreateGroupResponse constructor

CreateGroupResponse({
  1. String? groupId,
})

Implementation

CreateGroupResponse({
  this.groupId,
});