Source constructor

Source(
  1. Uri? file,
  2. String content,
  3. Root? root
)

Implementation

Source(this.file, this.content, this.root);