toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (angleSuggested != null) 'angleSuggested': angleSuggested!,
      if (brightnessSuggested != null)
        'brightnessSuggested': brightnessSuggested!,
      if (contentUriSuggested != null)
        'contentUriSuggested': contentUriSuggested!,
      if (contrastSuggested != null) 'contrastSuggested': contrastSuggested!,
      if (cropPropertiesSuggestionState != null)
        'cropPropertiesSuggestionState': cropPropertiesSuggestionState!,
      if (sourceUriSuggested != null)
        'sourceUriSuggested': sourceUriSuggested!,
      if (transparencySuggested != null)
        'transparencySuggested': transparencySuggested!,
    };