isDirectory property
bool
get
isDirectory
Set to true
if is_directory
value is requested.
Implementation
bool get isDirectory => _wrapped.isDirectory;
set
isDirectory
(bool v)
Implementation
set isDirectory(bool v) {
_wrapped.isDirectory = v;
}