ConsultarReceitasResponse constructor
- required int status,
- List<
MensagemNegocio> ? mensagens, - ReceitaInfo? receita,
Implementation
ConsultarReceitasResponse({
required this.status,
this.mensagens,
this.receita,
});
ConsultarReceitasResponse({
required this.status,
this.mensagens,
this.receita,
});