TemplateFile class

Defines a template file and its generated output location.

Constructors

TemplateFile({required String template, required String output})
Creates a template file configuration.
const
TemplateFile.fromMap(Map map)
Creates a template 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