DictionaryApi extension

on

Methods

popScope() → void

Available on VirtualMachine, provided by the DictionaryApi extension

pushScope(Dictionary parentScope) → void

Available on VirtualMachine, provided by the DictionaryApi extension

scope() Dictionary

Available on VirtualMachine, provided by the DictionaryApi extension

set(String key, dynamic value, bool shadows) → void

Available on VirtualMachine, provided by the DictionaryApi extension

Operators

operator [](String key) → dynamic

Available on VirtualMachine, provided by the DictionaryApi extension

operator []=(String key, dynamic value) → void

Available on VirtualMachine, provided by the DictionaryApi extension