BuildResult class

The BuildResult is the result of building the function. Consists of the function name and the source code of the function body.

Constructors

BuildResult.new({required String result, required String source, required String value})

Properties

hashCode int
The hash code for this object.
no setterinherited
result String
The name of result variable.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
The source code of function.
getter/setter pair
value String
An expression to access the null-checked result value.
getter/setter pair

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