E first

Source

E get first {
  if (isEmpty) {
    throw new StateError('No such element');
  }
  return _first;
}