set

void set(

  1. List<T> newValue
)

Updates value to newValue.

Implementation

void set(List<T> newValue) => _setValue(newValue.toJS);