factory Zone.fromJson(Map<String, dynamic> json) => Zone( id: json['id'] as int?, text: json['text'] as String?, textNp: json['textNP'] as String?, );