LicenseInfo constructor
LicenseInfo(
- LicenseMode mode,
- DateTime? expiration,
- String? companyName
Implementation
LicenseInfo(this.mode, this.expiration, this.companyName);