toJson method

Map<String, dynamic> toJson()

Implementation

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