ReviewResultDetail constructor

ReviewResultDetail({
  1. String? actionId,
  2. String? key,
  3. String? questionId,
  4. String? subjectId,
  5. String? subjectType,
  6. String? value,
})

Implementation

ReviewResultDetail({
  this.actionId,
  this.key,
  this.questionId,
  this.subjectId,
  this.subjectType,
  this.value,
});