BrickLocation constructor

const BrickLocation({
  1. String? path,
  2. GitPath? git,
  3. String? version,
})

Contains metadata for the location of a reusable brick template.

Used by MasonYaml.

Implementation

const BrickLocation({this.path, this.git, this.version});