GetRegistryPolicyResponse constructor

GetRegistryPolicyResponse({
  1. String? policyText,
  2. String? registryId,
})

Implementation

GetRegistryPolicyResponse({
  this.policyText,
  this.registryId,
});