ProvisioningInfo constructor

ProvisioningInfo({
  1. int? apiLevel,
  2. String? brand,
  3. String? enterprise,
  4. String? managementMode,
  5. String? model,
  6. String? name,
  7. String? ownership,
})

Implementation

ProvisioningInfo({
  this.apiLevel,
  this.brand,
  this.enterprise,
  this.managementMode,
  this.model,
  this.name,
  this.ownership,
});