toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (contentOptions != null) 'contentOptions': contentOptions!,
  if (customInfoTypes != null) 'customInfoTypes': customInfoTypes!,
  if (excludeInfoTypes != null) 'excludeInfoTypes': excludeInfoTypes!,
  if (includeQuote != null) 'includeQuote': includeQuote!,
  if (infoTypes != null) 'infoTypes': infoTypes!,
  if (limits != null) 'limits': limits!,
  if (minLikelihood != null) 'minLikelihood': minLikelihood!,
  if (minLikelihoodPerInfoType != null)
    'minLikelihoodPerInfoType': minLikelihoodPerInfoType!,
  if (ruleSet != null) 'ruleSet': ruleSet!,
};