AdditionalInfo constructor

AdditionalInfo({
  1. int? preferenceCenterId,
  2. int? customerId,
  3. int? subjectIdentityTypeId,
  4. String? subjectIdentityTypeName,
  5. int? entityId,
  6. String? url,
  7. bool? status,
  8. String? verificationKey,
  9. dynamic redirectURL,
  10. bool? isPublished,
  11. String? publishedAt,
  12. String? createdAt,
  13. String? updatedAt,
})

Implementation

AdditionalInfo(
    {this.preferenceCenterId,
      this.customerId,
      this.subjectIdentityTypeId,
      this.subjectIdentityTypeName,
      this.entityId,
      this.url,
      this.status,
      this.verificationKey,
      this.redirectURL,
      this.isPublished,
      this.publishedAt,
      this.createdAt,
      this.updatedAt});