ProductMaterialResult constructor

ProductMaterialResult({
  1. String? headImg,
  2. DateTime? createTime,
  3. List<MaterialList>? materialList,
  4. String? name,
  5. int? hot,
  6. int? newest,
})

Implementation

ProductMaterialResult({
  this.headImg,
  this.createTime,
  this.materialList,
  this.name,
  this.hot,
  this.newest,
});