DartOptions constructor

const DartOptions({
  1. Iterable<String>? copyrightHeader,
  2. String? sourceOutPath,
  3. String? testOutPath,
})

Constructor for DartOptions.

Implementation

const DartOptions({
  this.copyrightHeader,
  this.sourceOutPath,
  this.testOutPath,
});