ChildCopy constructor

ChildCopy(
  1. CopyNode parent,
  2. CopyOptions? options,
  3. String srcRelative, [
  4. String? dstRelative,
])

Implementation

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