License constructor

License({
  1. required List<LicensedApplication> applications,
})

Implementation

License({required this.applications});