CompressionResult class

Constructors

CompressionResult.new({required String originalPath, required String compressedPath, required BigInt originalSize, required BigInt compressedSize})
const

Properties

compressedPath String
压缩后的文件路径
final
compressedSize BigInt
压缩后文件大小(字节)
final
hashCode int
The hash code for this object.
no setterinherited
originalPath String
final
originalSize BigInt
原始文件大小(字节)
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