add method

void add(
  1. T element
)

Implementation

void add(T element) => mutate((it) => it.add(element));