GroupContentDetails constructor

GroupContentDetails({
  1. String? itemCount,
  2. String? itemType,
})

Implementation

GroupContentDetails({
  this.itemCount,
  this.itemType,
});