GetPolicyResponse constructor

GetPolicyResponse({
  1. String? policy,
})

Implementation

GetPolicyResponse({
  this.policy,
});