InfoUsuario constructor
InfoUsuario({ - String nome = "",
- String sobrenome = "",
- String cpfCnpj = "",
- String rg = "",
- String cnh = "",
- String pis = "",
- List<String> emails = const [],
- List<Telefone> telefones = const [],
- List<Endereco> enderecos = const [],
- JsonMap informacoesComplementares = const {},
})
Implementation
InfoUsuario({
this.nome = "",
this.sobrenome = "",
this.cpfCnpj = "",
this.rg = "",
this.cnh = "",
this.pis = "",
this.emails = const [],
this.telefones = const [],
this.enderecos = const [],
this.informacoesComplementares = const {},
});