toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (batchId != null) 'batchId': batchId!,
      if (country != null) 'country': country!,
      if (datafeedId != null) 'datafeedId': datafeedId!,
      if (feedLabel != null) 'feedLabel': feedLabel!,
      if (language != null) 'language': language!,
      if (merchantId != null) 'merchantId': merchantId!,
      if (method != null) 'method': method!,
    };