FlipSubmitLongAnswersResponse constructor

FlipSubmitLongAnswersResponse({
  1. String jsonrpc,
  2. int id,
  3. FlipSubmitLongAnswersResponseResult result,
  4. FlipSubmitLongAnswersResponseError error,
})

Implementation

FlipSubmitLongAnswersResponse({
  this.jsonrpc,
  this.id,
  this.result,
  this.error,
});