CreatePolicyResponse constructor

CreatePolicyResponse({
  1. Policy? policy,
})

Implementation

CreatePolicyResponse({
  this.policy,
});