BrotliOption class abstract
Exposes Brotli options for input parameters.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultLevel → const int
- Default value for BrotliCodec.level and BrotliEncoder.level.
- defaultMode → const int
- Default mode is genericMode
- defaultWindowBits → const int
- Default value for BrotliCodec.windowBits.
- fontMode → const int
- Compression mode used in WOFF 2.0.
- genericMode → const int
- In this mode compressor does not know anything in advance about the properties of the input.
- maxBlockBits → const int
- Maximal value for BrotliCodec.blockBits.
- maxLevel → const int
- Maximal value for BrotliCodec.level and BrotliEncoder.level.
- maxPostfixBits → const int
- Maximal value for BrotliCodec.postfixBits.
- maxWindowBits → const int
- Maximal value for BrotliCodec.windowBits.
- minBlockBits → const int
- Minimal value for BrotliCodec.blockBits.
- minLevel → const int
- Minimal value for BrotliCodec.level and BrotliEncoder.level.
- minPostfixBits → const int
- Minimal value for BrotliCodec.postfixBits.
- minWindowBits → const int
- Minimal value for BrotliCodec.windowBits.
- textMode → const int
- Compression mode for UTF-8 formatted text input.