License constructor
License({
- required List<
LicensedApplication> applications,
Implementation
License({required this.applications});
License({required this.applications});