ProductStatusResponse constructor

ProductStatusResponse({
  1. String? status,
  2. dynamic message,
  3. ProductStatusData? data,
  4. String? objectStatus,
})

Implementation

ProductStatusResponse({
  this.status,
  this.message,
  this.data,
  this.objectStatus,
});