PidData constructor

PidData(
  1. Resp resp,
  2. DeviceInfo deviceInfo,
  3. Skey skey,
  4. String hmac,
  5. Data data,
)

Implementation

PidData(this.resp, this.deviceInfo, this.skey, this.hmac, this.data);