FlipSubmitShortAnswersResponseError constructor

FlipSubmitShortAnswersResponseError({
  1. int code,
  2. String message,
})

Implementation

FlipSubmitShortAnswersResponseError({
  this.code,
  this.message,
});