PsPair constructor

PsPair(
  1. Particle particleA,
  2. Particle particleB
)

Implementation

PsPair(this.particleA, this.particleB);