ChildSourceNode constructor

ChildSourceNode(
  1. CopyNode parent,
  2. CopyOptions? options,
  3. String srcRelative
)

Implementation

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