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