Pair<F, S>.from constructor
Pair<F, S>.from (
- (F, S) value
Implementation
Pair.from((F, S) value): this(value.$1, value.$2);
Pair.from((F, S) value): this(value.$1, value.$2);