FileWriter constructor

const FileWriter(
  1. File file
)

Creates a new FileWriter.

Implementation

const FileWriter(this.file);