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

exports List<String>
List of file names to export (without .dart extension).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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