operator [] method Null safety
- Object property
Returns the value associated with property
from the proxied JavaScript
object.
Implementation
external dynamic operator [](Object property);
Returns the value associated with property
from the proxied JavaScript
object.
external dynamic operator [](Object property);