FileWriter constructor

FileWriter({
  1. bool force = false,
  2. bool dryRun = false,
})

Implementation

FileWriter({this.force = false, this.dryRun = false});