toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (doNotAssociateTerms != null)
'doNotAssociateTerms': doNotAssociateTerms!,
if (queryTerms != null) 'queryTerms': queryTerms!,
if (terms != null) 'terms': terms!,
};