DeviceMetadata constructor

const DeviceMetadata({
  1. String? model,
  2. String? osVersion,
})

Implementation

const DeviceMetadata({
  this.model,
  this.osVersion,
});