toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dateElementProperties = this.dateElementProperties;
final dateElementPropertiesSuggestionState =
this.dateElementPropertiesSuggestionState;
return {
'dateElementProperties': ?dateElementProperties,
'dateElementPropertiesSuggestionState':
?dateElementPropertiesSuggestionState,
};
}