ImagePropertiesSuggestionState class

A mask that indicates which of the fields on the base ImageProperties have been changed in this suggestion.

For any field set to true, there's a new suggested value.

Constructors

ImagePropertiesSuggestionState({bool? angleSuggested, bool? brightnessSuggested, bool? contentUriSuggested, bool? contrastSuggested, CropPropertiesSuggestionState? cropPropertiesSuggestionState, bool? sourceUriSuggested, bool? transparencySuggested})
ImagePropertiesSuggestionState.fromJson(Map json_)

Properties

angleSuggested bool?
Indicates if there was a suggested change to angle.
getter/setter pair
brightnessSuggested bool?
Indicates if there was a suggested change to brightness.
getter/setter pair
contentUriSuggested bool?
Indicates if there was a suggested change to content_uri.
getter/setter pair
contrastSuggested bool?
Indicates if there was a suggested change to contrast.
getter/setter pair
cropPropertiesSuggestionState CropPropertiesSuggestionState?
A mask that indicates which of the fields in crop_properties have been changed in this suggestion.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceUriSuggested bool?
Indicates if there was a suggested change to source_uri.
getter/setter pair
transparencySuggested bool?
Indicates if there was a suggested change to transparency.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited