TemplateBootstrapFile class

Defines a file generated during project bootstrapping.

Constructors

TemplateBootstrapFile({required String template, required String output})
Creates a template bootstrap file configuration.
const
TemplateBootstrapFile.fromMap(Map map)
Creates a template bootstrap file configuration from the provided map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
output String
The output path where the generated file is written.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
template String
The path to the source template file.
final

Methods

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