assignAll method

void assignAll(
  1. List<T> list
)

Implementation

void assignAll(List<T> list) {
  value = list;
}