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:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user