operator [] method
E
operator [](
- dynamic index
override
Returns the value associated with property from the proxied JavaScript
object.
Implementation
E operator [](dynamic index) {
throw UnsupportedError(
'JavaScript interop is not supported in this runtime.');
}