toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final angleSuggested = this.angleSuggested;
  final brightnessSuggested = this.brightnessSuggested;
  final contentUriSuggested = this.contentUriSuggested;
  final contrastSuggested = this.contrastSuggested;
  final cropPropertiesSuggestionState = this.cropPropertiesSuggestionState;
  final sourceUriSuggested = this.sourceUriSuggested;
  final transparencySuggested = this.transparencySuggested;
  return {
    'angleSuggested': ?angleSuggested,
    'brightnessSuggested': ?brightnessSuggested,
    'contentUriSuggested': ?contentUriSuggested,
    'contrastSuggested': ?contrastSuggested,
    'cropPropertiesSuggestionState': ?cropPropertiesSuggestionState,
    'sourceUriSuggested': ?sourceUriSuggested,
    'transparencySuggested': ?transparencySuggested,
  };
}