add method

void add(
  1. T item
)

Implementation

void add(T item) => child<T>(length, createImplicitly: true).value = item;