ShortAnswerSubmission constructor

ShortAnswerSubmission({
  1. String? answer,
})

Implementation

ShortAnswerSubmission({
  this.answer,
});