GObjectOptions constructor

const GObjectOptions({
  1. String? headerIncludePath,
  2. String? module,
  3. Iterable<String>? copyrightHeader,
  4. String? headerOutPath,
})

Creates a GObjectOptions object

Implementation

const GObjectOptions({
  this.headerIncludePath,
  this.module,
  this.copyrightHeader,
  this.headerOutPath,
});