GroupDetails constructor

GroupDetails({
  1. String? groupId,
  2. String? name,
})

Implementation

GroupDetails({this.groupId, this.name});