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