see dart:core documentation
@override E get first => value.first;
@override set first(E val) { value.first = val; emit(); }