FlutterLicense constructor
FlutterLicense(
- Iterable<
String> packages, - Iterable<
LicenseParagraph> paragraphs
Implementation
FlutterLicense(this.packages, this.paragraphs);