Pair constructor

Pair(
  1. NativeAd? nativeAd,
  2. String msg
)

Implementation

Pair(this.nativeAd, this.msg);