MmGetGroupStats200Response constructor

MmGetGroupStats200Response({
  1. String? groupId,
  2. int? totalMemberCount,
})

Returns a new MmGetGroupStats200Response instance.

Implementation

MmGetGroupStats200Response({
  this.groupId,
  this.totalMemberCount,
});