Pair constructor

const Pair(
  1. int proxyIdA,
  2. int proxyIdB
)

Implementation

const Pair(this.proxyIdA, this.proxyIdB);