Content constructor
Content({
- int? id,
- String? dropDownId,
- String? dropDownValue,
- int? dropDownMasterId,
- dynamic parentId,
- int? status,
- String? dropDownMasterName,
- dynamic parentname,
- dynamic createdBy,
- dynamic createdByName,
- dynamic createdDate,
- dynamic updatedBy,
- dynamic updatedByName,
- dynamic updatedDate,
- String? statusName,
- 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,
});