toJson method

Map<String, dynamic> toJson()

Implementation

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