class PaisModelo{ int ID_PAIS_RESID; String PAIS; PaisModelo({ required this.ID_PAIS_RESID, required this.PAIS, }); }