set void set( List<T> newValue ) Updates value to newValue. Implementation void set(List<T> newValue) => _setValue(newValue.toJS);