InnoSetupCompression class

Defines compression level in Inno Setup.

Refer InnoSetupCompression, InnoSetupCompression.range.

Constructors

InnoSetupCompression(String name)
Defines compression level with a name in Inno Setup.
const
InnoSetupCompression.level(String name, InnoSetupCompressionLevel level)
Defines a compression with a name and possible level.
factory
InnoSetupCompression.range(String name, int range)
Defines a compression with a name and possible range.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The compression name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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