NoticesFormat constructor

const NoticesFormat(
  1. String header,
  2. String license,
  3. String licenseSeparator,
  4. String footer,
  5. String nullVersion,
  6. bool trim,
)

Implementation

const NoticesFormat(
  this.header,
  this.license,
  this.licenseSeparator,
  this.footer,
  this.nullVersion,
  this.trim,
);