toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final batchId = this.batchId;
  final country = this.country;
  final datafeedId = this.datafeedId;
  final feedLabel = this.feedLabel;
  final language = this.language;
  final merchantId = this.merchantId;
  final method = this.method;
  return {
    'batchId': ?batchId,
    'country': ?country,
    'datafeedId': ?datafeedId,
    'feedLabel': ?feedLabel,
    'language': ?language,
    'merchantId': ?merchantId,
    'method': ?method,
  };
}