运算符 []= 方法

void operator []=(
  1. Object property,
  2. Object? value
)

实现

external void operator []=(Object property, Object? value);