Pair<F, S> constructor

const Pair<F, S>(
  1. F first,
  2. S second
)

Implementation

const Pair(this.first, this.second);