Tuple2<T, U, V> constructor
const
Tuple2<T, U, V> (
- T first,
- U second,
- V third
Implementation
const Tuple2(this.first, this.second, this.third);
const Tuple2(this.first, this.second, this.third);