WebDavStdResourceProp<V>  constructor 
      const
      WebDavStdResourceProp<V> ({})
     
    
    
Implementation
const WebDavStdResourceProp({
  required this.name,
  this.namespace,
  required this.status,
  this.desc,
  this.error,
  this.value,
  this.lang,
});