ChildSourceNode constructor
ChildSourceNode(
- CopyNode parent,
- CopyOptions? options,
- String srcRelative
Implementation
ChildSourceNode(CopyNode parent, CopyOptions? options, String srcRelative) {
_init(parent, options, srcRelative);
}