operator []= method
Shorthand helper for setProperty to write the value of the property
key property of this JSObject, but takes a Dart value.
Implementation
void operator []=(String property, JSAny? value) =>
setProperty(property.toJS, value);