Policy constructor

Policy({
  1. String? policyArn,
  2. String? policyName,
})

Implementation

Policy({
  this.policyArn,
  this.policyName,
});