PidData constructor
PidData({
- Resp? resp,
- DeviceInfo? deviceInfo,
- Skey? skey,
- Hmac? hmac,
- Data? data,
Implementation
PidData({
this.resp,
this.deviceInfo,
this.skey,
this.hmac,
this.data,
});