set method

void set(
  1. int index, [
  2. JSAny? value
])

Implementation

external void set(
  int index, [
  JSAny? value,
]);