GroupEvent constructor
GroupEvent(
- String groupId, {
- GroupTraits? traits,
Implementation
GroupEvent(this.groupId, {this.traits}) : super(EventType.group);
GroupEvent(this.groupId, {this.traits}) : super(EventType.group);