models/province library
Classes
- Province
- Represents a province with details such as its name and unique ID.
Properties
-
slProvinces
→ List<
Province> -
A list of Province objects representing the provinces in your application.
final
Functions
-
getProvinceById(
int id) → Province? -
Optional: Helper function to find a province by its unique
id.