GradeContent constructor

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

Implementation

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