PolicyAttachment constructor

PolicyAttachment({
  1. String? objectIdentifier,
  2. String? policyId,
  3. String? policyType,
})

Implementation

PolicyAttachment({
  this.objectIdentifier,
  this.policyId,
  this.policyType,
});