Pair<T, U> constructor
Pair<T, U> ({
- required T first,
- required U second,
Implementation
Pair({required this.first, required this.second});
Pair({required this.first, required this.second});