This operation is not supported by an unmodifiable list.
Source
set length(int newLength) {
throw new UnsupportedError(
"Cannot change the length of an unmodifiable list");
}
This operation is not supported by an unmodifiable list.
set length(int newLength) {
throw new UnsupportedError(
"Cannot change the length of an unmodifiable list");
}