PolicyDescriptorType constructor

PolicyDescriptorType({
  1. String? arn,
})

Implementation

PolicyDescriptorType({
  this.arn,
});