Respostas constructor

Respostas({
  1. String? idPergunta,
  2. String? resposta,
})

Implementation

Respostas({
  this.idPergunta,
  this.resposta,
});