dynamic operator []=(String key, value)

Source

operator []=(String key, var value) => rawMap[key] = value;