GetPolicyResponse constructor

GetPolicyResponse({
  1. Policy? policy,
})

Implementation

GetPolicyResponse({
  this.policy,
});