operator []= method

void operator []=(
  1. String name,
  2. String value
)

Implementation

external void operator []=(
  String name,
  String value,
);