Pair<T1, T2> constructor
- T1 first,
- T2 second
Creates a Pair grouping the first and second values dynamically.
Implementation
Pair(this.first, this.second);
Creates a Pair grouping the first and second values dynamically.
Pair(this.first, this.second);