LocalLevel constructor

LocalLevel({
  1. int? id,
  2. int? districtid,
  3. String? text,
  4. String? textNp,
})

Implementation

LocalLevel({this.id, this.districtid, this.text, this.textNp});