PidDataModel constructor

PidDataModel({
  1. PidData? pidData,
})

Implementation

PidDataModel({
  this.pidData,
});