KotlinOptions constructor

const KotlinOptions({
  1. String? package,
  2. Iterable<String>? copyrightHeader,
  3. String? errorClassName,
})

Creates a KotlinOptions object

Implementation

const KotlinOptions({
  this.package,
  this.copyrightHeader,
  this.errorClassName,
});