Group constructor

Group({
  1. required GroupType type,
  2. required String name,
  3. required String id,
  4. GenericLinks? links,
})

Implementation

Group({required this.type, required this.name, required this.id, this.links});