DescribePolicyResponse constructor

DescribePolicyResponse({
  1. Policy? policy,
})

Implementation

DescribePolicyResponse({
  this.policy,
});