ArchiveTransformation constructor

ArchiveTransformation(
  1. ArchiveTValue value, [
  2. String filename = ''
])

Implementation

ArchiveTransformation(ArchiveTValue value, [this.filename = ''])
    : super(value);