operator + method

Iterable<T> operator +(
  1. T other
)

Implementation

Iterable<T> operator +(T other) => followedBy([other]);