operator [] method
Direct access to the underlying map to retrieve raw values.
Implementation
dynamic operator [](String key) => _backing[key];
Direct access to the underlying map to retrieve raw values.
dynamic operator [](String key) => _backing[key];