AcceptCompress constructor

AcceptCompress({
  1. required String compressMethod,
  2. String? order,
  3. int? litWidth,
  4. int? level,
})

Implementation

AcceptCompress({
  required this.compressMethod,
  this.order,
  this.litWidth,
  this.level,
});