IosTemplateBundle class

Inheritance

Constructors

IosTemplateBundle.new()

Properties

description String
Description of the brick (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
name String
Name of the brick (from the brick.yaml).
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 setterinherited
version String
The brick version (from the brick.yaml).
finalinherited

Methods

generate(DirectoryGeneratorTarget target, IosVars vars, {bool overwrite = false}) Future<int>
inherited
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

Operators

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