toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (attributedItems != null) 'attributedItems': attributedItems!,
  if (outlierScore != null) 'outlierScore': outlierScore!,
  if (outlierThreshold != null) 'outlierThreshold': outlierThreshold!,
  if (queryType != null) 'queryType': queryType!,
};