Retorno constructor

Retorno(
  1. bool erro,
  2. String? mensagem
)

Implementation

Retorno(this.erro, this.mensagem);