PolicyResponse constructor

PolicyResponse({
  1. PolicyBooleanResponse? booleanResponse,
  2. PolicyDocumentResponse? documentResponse,
  3. PolicyGroupResponse? groupResponse,
  4. PolicyKeyedGroupResponse? keyedGroupResponse,
  5. PolicyMultipleChoiceResponse? multipleChoiceResponse,
  6. String? questionId,
  7. PolicySingleChoiceResponse? singleChoiceResponse,
  8. PolicyStringResponse? stringResponse,
})

Implementation

PolicyResponse({
  this.booleanResponse,
  this.documentResponse,
  this.groupResponse,
  this.keyedGroupResponse,
  this.multipleChoiceResponse,
  this.questionId,
  this.singleChoiceResponse,
  this.stringResponse,
});