versão 1.0.15+16 AJUSTE DAS RESTRIÇÕES DE VISITAS PERIODICAS, ENVIO DE PESO E ALTURA E DO LOADING. 30/08/2024

This commit is contained in:
Reginaldo
2024-09-02 14:09:13 -03:00
parent 74b5acdb45
commit 7dca9d9b4e
8 changed files with 97 additions and 141 deletions

View File

@@ -1,10 +1,12 @@
class CheckModel{
int cod;
String subtitle;
bool check;
CheckModel({
required this.cod,
required this.subtitle,
required this.check
this.check = false
});
}