first property

set first (E val)

Implementation

set first(E val) {
  value.first = val;
  set(value, force: true);
}