item method

dynamic item([
  1. String? nameOrIndex
])

Implementation

dynamic item([String? nameOrIndex]) =>
    js_util.callMethod(this, 'item', [nameOrIndex]);