Source constructor

const Source(
  1. String path, {
  2. required String targetDir,
})

The base class for where a brick is sourced from

Implementation

const Source(
  this.path, {
  required this.targetDir,
});