BrickEnvironment constructor

const BrickEnvironment({
  1. String mason = 'any',
})

An object representing the environment for a given brick.

Implementation

const BrickEnvironment({this.mason = 'any'});