partial property
bool
get
partial
Describes if permission is only granted partially, eg. an access
might be granted to "/foo" directory, but denied for "/foo/bar".
In such case this field will be set to true
when querying for
read permissions of "/foo" directory.
Implementation
_i2.bool get partial => _i3.getProperty(
this,
'partial',
);