AtAppTemplate class

Inheritance

Constructors

AtAppTemplate({required String name, required String description, required AtTemplateVars vars, required List<AtTemplateBundle<AtVars>> bundles, bool? overrideEnv, Map<String, String>? env})

Properties

bundles List<AtTemplateBundle<AtVars>>
final
description String
final
env Map<String, String>?
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
overrideEnv bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vars AtTemplateVars
final

Methods

generate(Directory dir, {required AtTemplateVars vars, bool pub = true, bool overwrite = false}) Future<List<GeneratedFile>>
inherited
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
operator [](String name) → dynamic
inherited