KotlinOptions constructor
const
KotlinOptions({})
Creates a KotlinOptions object
Implementation
const KotlinOptions({
this.package,
this.copyrightHeader,
this.errorClassName,
this.includeErrorClass = true,
this.fileSpecificClassNameComponent,
});