Brick constructor

Brick(
  1. BrickConfig config
)

A brick is a collection of files that can be copied, altered, and/or generated into a new project.

Implementation

Brick(super.config) : super.self();