Template class abstract
Template base class This class defines the interface for code templates used in code generation.
Constructors
- Template()
-
Factory constructor to create a default template instance.
const
Properties
Methods
-
generate(
) → String - Generates the content of the template as a string.
-
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