GenerationResult class
Aggregated generation result for a single source file.
Constructors
- GenerationResult({required String filePath})
Properties
Methods
-
add(
MethodAST method, ZorphyContext context) → void -
generatePartFile(
) → String -
Generate the complete
.g.dartpart file as formatted Dart code. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited