PrepareBuilder class abstract

Defines the base interface for all prepare builders.

Implementations of this class perform preprocessing tasks on the provided SourceFile before the main build process.

Constructors

PrepareBuilder()

Properties

extensions List<String>
The list of file extensions this builder is responsible for processing.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
The unique name that identifies this builder.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(SourceFile source) Future<bool>
Executes the build process for the given SourceFile.
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