ProductStatusResponse constructor
ProductStatusResponse({
- String? status,
- dynamic message,
- ProductStatusData? data,
- String? objectStatus,
Implementation
ProductStatusResponse({
this.status,
this.message,
this.data,
this.objectStatus,
});