Zone constructor

Zone({
  1. int? id,
  2. String? text,
  3. String? textNp,
})

Implementation

Zone({this.id, this.text, this.textNp});