Cities constructor
Cities({})
Creates a new Cities instance with the required properties.
Implementation
Cities({
required this.id,
required this.districtId,
required this.nameEn,
required this.nameSi,
required this.nameTa,
required this.postcode,
required this.latitude,
required this.longitude,
});