InitConfig constructor

InitConfig(
  1. ByteData license, {
  2. bool? licenseUpdate,
})

Implementation

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