IListOf3<T> constructor

const IListOf3<T>(
  1. T first,
  2. T second,
  3. T third
)

Implementation

const IListOf3(this.first, this.second, this.third);