toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final ingestionProductType = this.ingestionProductType;
  final merchantCenterProductIdField = this.merchantCenterProductIdField;
  return {
    'ingestionProductType': ?ingestionProductType,
    'merchantCenterProductIdField': ?merchantCenterProductIdField,
  };
}