FilenFileSink constructor

FilenFileSink(
  1. FilenFile filenFile,
  2. FilenClient client,
  3. String remotePath,
  4. bool preserveTimestamps,
)

Implementation

FilenFileSink(
  this.filenFile,
  this.client,
  this.remotePath,
  this.preserveTimestamps,
);