NestedPolicyResponse constructor
NestedPolicyResponse({
- PolicyBooleanResponse? booleanResponse,
- PolicyDocumentResponse? documentResponse,
- PolicyMultipleChoiceResponse? multipleChoiceResponse,
- String? questionId,
- PolicySingleChoiceResponse? singleChoiceResponse,
- PolicyStringResponse? stringResponse,
Implementation
NestedPolicyResponse({
this.booleanResponse,
this.documentResponse,
this.multipleChoiceResponse,
this.questionId,
this.singleChoiceResponse,
this.stringResponse,
});