GeneratedOutput class
Represents the output produced by a generator.
This class stores both the generated code and information about which generator produced it, allowing the build system to track and properly format the output.
Constructors
- GeneratedOutput.new(Generator generator, String output)
- Creates a new output instance from a generator and its output content.
Properties
- generatorDescription → String
-
A human-readable description of the generator that produced this output.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- output → String
-
The generated code content.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited