GroupName constructor

GroupName({
  1. String? groupId,
  2. String? name,
  3. String? self,
})

Implementation

GroupName({this.groupId, this.name, this.self});