AtTemplateBundle<V extends AtVars> class abstract

Implementers

Constructors

AtTemplateBundle(MasonBundle m)

Properties

changelog → MasonBundledFile?
The brick's CHANGELOG.md file.
finalinherited
description String
Description of the brick (from the brick.yaml).
finalinherited
environment → BrickEnvironment
The brick environment (from the brick.yaml).
finalinherited
files List<MasonBundledFile>
List of all MasonBundledFile instances within the __brick__ directory.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hooks List<MasonBundledFile>
List of all MasonBundledFile instances within the hooks directory.
finalinherited
license → MasonBundledFile?
The brick's LICENSE file.
finalinherited
name String
Name of the brick (from the brick.yaml).
finalinherited
publishTo String?
Optional url used to specify a custom brick registry as the publish target.
finalinherited
readme → MasonBundledFile?
The brick's README.md file.
finalinherited
repository String?
Optional url pointing to the brick's source code repository.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vars Map<String, BrickVariableProperties>
All required variables for the brick (from the brick.yaml).
finalinherited
varsType Type
no setter
version String
The brick version (from the brick.yaml).
finalinherited

Methods

generate(DirectoryGeneratorTarget target, V vars, {bool overwrite = false}) Future<List<GeneratedFile>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts a MasonBundle into a Map<String, dynamic>.
inherited
toString() String
A string representation of this object.
inherited
toUniversalBundle() Future<List<int>>
Converts a MasonBundle into universal bundle bytes.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited