toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (eventPropertyKey != null) 'eventPropertyKey': eventPropertyKey!,
if (operator != null) 'operator': operator!,
if (value != null) 'value': value!,
};