evaluate abstract method
Returns the result of evaluating expression, computes it if necessary.
Returns null
if the value could not be computed because of errors.
Implementation
DartObject? evaluate();
Returns the result of evaluating expression, computes it if necessary.
Returns null
if the value could not be computed because of errors.
DartObject? evaluate();