NestedPolicyResponse constructor

NestedPolicyResponse({
  1. PolicyBooleanResponse? booleanResponse,
  2. PolicyDocumentResponse? documentResponse,
  3. PolicyMultipleChoiceResponse? multipleChoiceResponse,
  4. String? questionId,
  5. PolicySingleChoiceResponse? singleChoiceResponse,
  6. PolicyStringResponse? stringResponse,
})

Implementation

NestedPolicyResponse({
  this.booleanResponse,
  this.documentResponse,
  this.multipleChoiceResponse,
  this.questionId,
  this.singleChoiceResponse,
  this.stringResponse,
});