District constructor
District({})
Creates a new District instance with the required properties.
Implementation
District({
required this.id,
required this.provinceId,
required this.nameEn,
required this.nameSi,
required this.nameTa,
});