Content constructor

Content({
  1. int? id,
  2. String? dropDownId,
  3. String? dropDownValue,
  4. int? dropDownMasterId,
  5. dynamic parentId,
  6. int? status,
  7. String? dropDownMasterName,
  8. dynamic parentname,
  9. dynamic createdBy,
  10. dynamic createdByName,
  11. dynamic createdDate,
  12. dynamic updatedBy,
  13. dynamic updatedByName,
  14. dynamic updatedDate,
  15. String? statusName,
  16. dynamic dropDownValueNe,
})

Implementation

Content({
    this.id,
    this.dropDownId,
    this.dropDownValue,
    this.dropDownMasterId,
    this.parentId,
    this.status,
    this.dropDownMasterName,
    this.parentname,
    this.createdBy,
    this.createdByName,
    this.createdDate,
    this.updatedBy,
    this.updatedByName,
    this.updatedDate,
    this.statusName,
    this.dropDownValueNe,
});