LicenseInfo constructor

LicenseInfo(
  1. LicenseMode mode,
  2. DateTime? expiration,
  3. String? companyName
)

Implementation

LicenseInfo(this.mode, this.expiration, this.companyName);