GroupEvent constructor
GroupEvent({
- required Group group,
Implementation
GroupEvent({required this.group}) : super(type: EventType.group);
GroupEvent({required this.group}) : super(type: EventType.group);