Trio<F, S, T> constructor

const Trio<F, S, T>(
  1. F first,
  2. S second,
  3. T third
)

Implementation

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