Pair<A, B> constructor

const Pair<A, B>(
  1. A first,
  2. B second
)

Implementation

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