ArcadeEvaluationResult class final

The result from the successful evaluation of an Arcade expression.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
result → dynamic
The result of a successful evaluation.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

castTo({required ArcadeExpressionReturnType toType}) → dynamic
Cast the result of an evaluation to another type using the Arcade casting rules.
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