Content constructor

Content({
  1. int? assetCount,
  2. String? productCode,
  3. String? productName,
  4. int? pogId,
})

Implementation

Content({this.assetCount, this.productCode, this.productName, this.pogId});