ImageEditorOption class

Used to describe editing options.

Implemented types

Constructors

ImageEditorOption()

Properties

canIgnore bool
Whether it is ture, it can be ignored.
no setteroverride
groupList List<OptionGroup>
All option groups
final
hashCode int
The hash code for this object.
no setterinherited
options List<Option>
Expand groupList to List
no setter
outputFormat OutputFormat
Output format for result image.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addOption(Option option, {bool newGroup = false}) → void
Add a option to groupList.
addOptions(List<Option> options, {bool newGroup = true}) → void
Add all of options to groupList.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Clear all options.
toJson() List<Map<String, Object>>
Convert current to Map
toString() String
A string representation of this object.
override

Operators

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