first property
E
get
first
Implementation
E get first => _list.first;
set
first
(E value)
Implementation
set first(E value) => update(() => _list.first = value);