toJson method
Implementation
Map<String, dynamic> toJson() {
final Map<String, dynamic> data = new Map<String, dynamic>();
data['stockRequestId'] = this.stockRequestId;
data['stockAllocationStatus'] = this.stockAllocationStatus;
return data;
}