PairIntWithString constructor

PairIntWithString(
  1. int? first,
  2. String? second
)

Implementation

PairIntWithString(this.first, this.second);