useTrash property
bool?
get
useTrash
Use the os's trashcan instead of permanently deleting files whenever possible.
Implementation
_i2.bool? get useTrash => _i5.getProperty(
this,
'useTrash',
);
set
useTrash
(bool? value)
Implementation
set useTrash(_i2.bool? value) {
_i5.setProperty(
this,
'useTrash',
value ?? _i6.undefined,
);
}