Group constructor

Group({
  1. required String groupName,
  2. required String groupID,
})

Implementation

Group({required this.groupName, required this.groupID});