growableTrue constant

ContainerType const growableTrue

Standard growable List behavior

Implementation

static const growableTrue = ContainerType._(init: _growableTrueCreate, add: _listAdd, remove: _listRemove);