targetPath property
String
get
targetPath
The destination path for the copy operation.
Implementation
String get targetPath => _wrapped.targetPath;
set
targetPath
(String v)
Implementation
set targetPath(String v) {
_wrapped.targetPath = v;
}