ExportTemplate class
Template for generating library export files.
Creates barrel files that export all generated asset classes, providing a convenient single import point for consuming code.
Constructors
-
ExportTemplate({required List<
String> exports}) -
Creates a new ExportTemplate instance.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
) → String - Renders the complete export file template.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited