PolicyToPath constructor
PolicyToPath({
- String? path,
- List<
PolicyAttachment> ? policies,
Implementation
PolicyToPath({
this.path,
this.policies,
});
PolicyToPath({
this.path,
this.policies,
});