CompressionOptions class
Base compression options
- Implementers
Constructors
-
CompressionOptions({String? outputFormat, bool keepMetadata = true, Map<
String, dynamic> ? customOptions}) -
const
Properties
-
customOptions
→ Map<
String, dynamic> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keepMetadata → bool
-
final
- outputFormat → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? outputFormat, bool? keepMetadata, Map< String, dynamic> ? customOptions}) → CompressionOptions - Create a copy with updated values
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Convert to Map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited