Results constructor

Results(
  1. String requestReference,
  2. String pvcNumber,
  3. String verificationStatus,
  4. String serviceType,
  5. PersonalInfo personalInfo,
  6. PollingUnitInfo pollingUnitInfo,
)

Implementation

Results(this.requestReference, this.pvcNumber, this.verificationStatus,
    this.serviceType, this.personalInfo, this.pollingUnitInfo);