Group constructor
Group({
- required GroupType type,
- required String name,
- required String id,
- GenericLinks? links,
Implementation
Group({required this.type, required this.name, required this.id, this.links});