getValue method
Retrieves the value associated with this variably by lookup in the indicated Environment.
Implementation
@override
getValue(DartBlockArbiter arbiter) {
return arbiter.getVariableValue(name)?.getValue(arbiter);
}
Retrieves the value associated with this variably by lookup in the indicated Environment.
@override
getValue(DartBlockArbiter arbiter) {
return arbiter.getVariableValue(name)?.getValue(arbiter);
}