GetKeyPolicyResponse constructor

GetKeyPolicyResponse({
  1. String? policy,
})

Implementation

GetKeyPolicyResponse({
  this.policy,
});