KSDropDownModel constructor

KSDropDownModel({
  1. int? id,
  2. String? uuid,
  3. String? name,
  4. String? nameEn,
})

Implementation

KSDropDownModel({
  this.id,
  this.uuid,
  this.name,
  this.nameEn
});