operator [] method
Unsafe, dynamic map access (bypasses schema and type checks).
Implementation
dynamic operator [](String key) => _raw[key];
Unsafe, dynamic map access (bypasses schema and type checks).
dynamic operator [](String key) => _raw[key];