operator [] method

V? operator [](
  1. K key
)

Implementation

V? operator [](K key) => jsu.callMethod(this, 'get', [key]);