OSPolicyResourceFileResource constructor
      
      OSPolicyResourceFileResource({ 
    
    
- String? content,
- OSPolicyResourceFile? file,
- String? path,
- String? permissions,
- String? state,
Implementation
OSPolicyResourceFileResource({
  this.content,
  this.file,
  this.path,
  this.permissions,
  this.state,
});