overwrite property
bool
get
overwrite
Overwrite the file if it does exist.
Implementation
_i2.bool get overwrite => _i5.getProperty(
this,
'overwrite',
);
Overwrite the file if it does exist.
_i2.bool get overwrite => _i5.getProperty(
this,
'overwrite',
);