LicenseEntryWithLineBreaks constructor

const LicenseEntryWithLineBreaks(List<String> packages, 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);