FlipSubmitLongAnswersResponse constructor
FlipSubmitLongAnswersResponse({
- String jsonrpc,
- int id,
- FlipSubmitLongAnswersResponseResult result,
- FlipSubmitLongAnswersResponseError error,
Implementation
FlipSubmitLongAnswersResponse({
this.jsonrpc,
this.id,
this.result,
this.error,
});