TemplateComponent class
Defines a code-generation component in an FKIT template.
Constructors
- TemplateComponent({required String template, required String description, required String output})
-
Creates a template component configuration.
const
- TemplateComponent.fromMap(Map map)
-
Creates a template component configuration from the provided
map.factory
Properties
- description → String
-
A description of the generated component.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- output → String
-
The output path for the generated component.
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