UserInputResponse constructor

const UserInputResponse({
  1. required String answer,
  2. bool wasFreeform = false,
})

Implementation

const UserInputResponse({
  required this.answer,
  this.wasFreeform = false,
});