evaluate method
- String expression
Evaluates expression
in the context of this instance.
Throws a VMErrorException if evaluating the expression throws an error. Throws a VMSentinelException if this instance has expired.
Implementation
Future<VMInstanceRef> evaluate(String expression) =>
_scope.evaluate(_id, expression);