DeviceId constructor

DeviceId({
  1. String? buildBrand,
  2. String? buildDevice,
})

Implementation

DeviceId({
  this.buildBrand,
  this.buildDevice,
});