toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (descriptionSuggested != null)
        'descriptionSuggested': descriptionSuggested!,
      if (embeddedDrawingPropertiesSuggestionState != null)
        'embeddedDrawingPropertiesSuggestionState':
            embeddedDrawingPropertiesSuggestionState!,
      if (embeddedObjectBorderSuggestionState != null)
        'embeddedObjectBorderSuggestionState':
            embeddedObjectBorderSuggestionState!,
      if (imagePropertiesSuggestionState != null)
        'imagePropertiesSuggestionState': imagePropertiesSuggestionState!,
      if (linkedContentReferenceSuggestionState != null)
        'linkedContentReferenceSuggestionState':
            linkedContentReferenceSuggestionState!,
      if (marginBottomSuggested != null)
        'marginBottomSuggested': marginBottomSuggested!,
      if (marginLeftSuggested != null)
        'marginLeftSuggested': marginLeftSuggested!,
      if (marginRightSuggested != null)
        'marginRightSuggested': marginRightSuggested!,
      if (marginTopSuggested != null)
        'marginTopSuggested': marginTopSuggested!,
      if (sizeSuggestionState != null)
        'sizeSuggestionState': sizeSuggestionState!,
      if (titleSuggested != null) 'titleSuggested': titleSuggested!,
    };