在列表的给定 index 位置设置 value 值。
index
value
index 必须是列表的有效索引,这意味着 index 必须是非负数且小于 length。
void operator []=(int index, Plugin value) { throw new UnsupportedError("Cannot assign element of immutable List."); }