ChildCopy constructor
ChildCopy(
- CopyNode parent,
- CopyOptions? options,
- String srcRelative, [
- String? dstRelative,
Implementation
ChildCopy(CopyNode parent, CopyOptions? options, String srcRelative,
[String? dstRelative]) {
_init(parent, options, srcRelative, dstRelative);
}