Group constructor

Group({
  1. int? groupId,
  2. String? groupName,
})

Implementation

Group({this.groupId, this.groupName});