FlutterLicense constructor

FlutterLicense(
  1. Iterable<String> packages,
  2. Iterable<LicenseParagraph> paragraphs
)

Implementation

FlutterLicense(this.packages, this.paragraphs);