InitConfig constructor
- dynamic license, {
- bool? licenseUpdate,
Implementation
InitConfig(
ByteData license, {
bool? licenseUpdate,
}) : _license = license,
_licenseUpdate = licenseUpdate;
InitConfig(
ByteData license, {
bool? licenseUpdate,
}) : _license = license,
_licenseUpdate = licenseUpdate;