ResponseLog constructor
ResponseLog({})
Implementation
ResponseLog({
required this.numeroSessao,
required this.codStatus,
required this.mensagem,
required this.cod,
required this.mensagemSefaz,
required this.log,
});