add method

void add(
  1. T obj
)

Implementation

void add(T obj) => _updateListState((curList) => curList..add(obj));