Content constructor

Content({
  1. int? id,
  2. String? dropDownId,
  3. String? dropDownValue,
  4. String? dropDownValueNe,
  5. int? dropDownMasterId,
  6. String? parentId,
  7. int? status,
  8. String? dropDownMasterName,
  9. dynamic parentname,
})

Implementation

Content({
  this.id,
  this.dropDownId,
  this.dropDownValue,
  this.dropDownValueNe,
  this.dropDownMasterId,
  this.parentId,
  this.status,
  this.dropDownMasterName,
  this.parentname,
});