Pairing constructor

Pairing(
  1. ICore core, {
  2. IPairingStore? pairings,
})

Implementation

Pairing(
  this.core, {
  this.pairings,
});