MasonBrick class abstract
The base class for a mason brick yaml file
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String?
-
the path to the brick's config file
brick.yaml
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldSync → bool
-
Whether to validate the brick.yaml file. That all inputs
are valid and consumed
no setter
Methods
-
brickYamlContent(
) → Map? - Retrieves the brick.yaml file
-
check(
Brick brick) → void - Validates the brick.yaml file
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited