setFirst method
void
setFirst(
- E value
Sets the first element of the list
Implementation
void setFirst(E value) => apply(setFirst, [value]);
Sets the first element of the list
void setFirst(E value) => apply(setFirst, [value]);