toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final convertedOtherRegionsPrice = this.convertedOtherRegionsPrice;
final convertedRegionPrices = this.convertedRegionPrices;
final regionVersion = this.regionVersion;
return {
'convertedOtherRegionsPrice': ?convertedOtherRegionsPrice,
'convertedRegionPrices': ?convertedRegionPrices,
'regionVersion': ?regionVersion,
};
}