SvgOptimizeConfig class
Constructors
- SvgOptimizeConfig({bool removeComments = true, bool removeMetadata = true, bool removeEditorData = true, bool removeEmptyAttributes = true, bool removeDefaultValues = true, bool removeEmptyContainers = true, bool removeHiddenElements = true, bool removeWhitespace = true, bool shortenNumbers = true, int precision = 3})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- precision → int
-
final
- removeComments → bool
-
final
- removeDefaultValues → bool
-
final
- removeEditorData → bool
-
final
- removeEmptyAttributes → bool
-
final
- removeEmptyContainers → bool
-
final
- removeHiddenElements → bool
-
final
- removeMetadata → bool
-
final
- removeWhitespace → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shortenNumbers → bool
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited