TextAnswer constructor

TextAnswer({
  1. String? value,
})

Implementation

TextAnswer({
  this.value,
});