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