toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (allowMissing != null) 'allowMissing': allowMissing!,
  if (autoConvertMissingPrices != null)
    'autoConvertMissingPrices': autoConvertMissingPrices!,
  if (inappproduct != null) 'inappproduct': inappproduct!,
  if (latencyTolerance != null) 'latencyTolerance': latencyTolerance!,
  if (packageName != null) 'packageName': packageName!,
  if (sku != null) 'sku': sku!,
};