LicenseEntryWithLineBreaks constructor

const LicenseEntryWithLineBreaks(
  1. List<String> packages,
  2. String text
)

Create a license entry for a license whose text is hard-wrapped within paragraphs and has paragraph breaks denoted by blank lines or with indented text.

Implementation

const LicenseEntryWithLineBreaks(this.packages, this.text);