getValue method

  1. @override
dynamic getValue(
  1. DartBlockArbiter arbiter
)
override

Retrieves the value associated with this variably by lookup in the indicated Environment.

Implementation

@override
getValue(DartBlockArbiter arbiter) {
  return arbiter.getVariableValue(name)?.getValue(arbiter);
}