Map<String, dynamic> toMap() { return <String, dynamic>{ 'id': id, 'districtid': districtid, 'text': textEN, 'textNP': textNP, }; }