DropdownModel constructor

DropdownModel({
  1. String id = "",
  2. String text = "",
  3. String? urlImage,
  4. String? subtitle,
  5. String name = "",
  6. String query = "",
  7. IconData? iconData,
})

Implementation

DropdownModel({
  this.id = "",
  this.text = "",
  this.urlImage,
  this.subtitle,
  this.name = "",
  this.query = "",
  this.iconData,
});