Exception is in the round blue line.
CodePudding user response:
I think your mistake is on Line 12, where you're passing a double as a key to look up a value for. Change it to map['unitPrice'] = unitePrice;
Exception is in the round blue line.
CodePudding user response:
I think your mistake is on Line 12, where you're passing a double as a key to look up a value for. Change it to map['unitPrice'] = unitePrice;