AppliedLicense constructor

AppliedLicense({
  1. String? osLicense,
  2. String? type,
})

Implementation

AppliedLicense({this.osLicense, this.type});