ValuePair constructor

ValuePair(
  1. Value? a,
  2. Value? b
)

Implementation

ValuePair(this.a, this.b);