toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (convertedOtherRegionsPrice != null)
        'convertedOtherRegionsPrice': convertedOtherRegionsPrice!,
      if (convertedRegionPrices != null)
        'convertedRegionPrices': convertedRegionPrices!,
    };