Triple<A, B, C> constructor
const
Triple<A, B, C> (
- A first,
- B second,
- C three
Implementation
const Triple(this.first, this.second, this.three);
const Triple(this.first, this.second, this.three);