DeviceMetadata constructor
DeviceMetadata({})
Implementation
DeviceMetadata({
required this.device,
required this.os,
required this.screenResolution,
required this.networkType,
required this.batteryLevel,
});