DropDownResponse constructor

DropDownResponse({
  1. int? value,
  2. String? text,
  3. int? mappingId,
  4. int? parentId,
  5. String? secondaryText,
})

Implementation

DropDownResponse({this.value, this.text, this.mappingId, this.parentId, this.secondaryText});