IListOf4<T> constructor

const IListOf4<T>(
  1. T first,
  2. T second,
  3. T third,
  4. T fourth,
)

Implementation

const IListOf4(this.first, this.second, this.third, this.fourth);