UpdatePolicyResponse constructor

UpdatePolicyResponse({
  1. Policy? policy,
})

Implementation

UpdatePolicyResponse({
  this.policy,
});