class ModeloPeriodo{ String PERIODO; String NO_PERIODO; ModeloPeriodo({ required this.PERIODO, required this.NO_PERIODO, }); }