toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (listIdSuggested != null) 'listIdSuggested': listIdSuggested!,
      if (nestingLevelSuggested != null)
        'nestingLevelSuggested': nestingLevelSuggested!,
      if (textStyleSuggestionState != null)
        'textStyleSuggestionState': textStyleSuggestionState!,
    };