PolicyToPath constructor

PolicyToPath({
  1. String? path,
  2. List<PolicyAttachment>? policies,
})

Implementation

PolicyToPath({
  this.path,
  this.policies,
});