DeviceIdentity constructor
DeviceIdentity({})
Implementation
DeviceIdentity({
required this.deviceId,
this.platformId,
this.model,
this.modelId,
this.osVersion,
required this.platform,
});
DeviceIdentity({
required this.deviceId,
this.platformId,
this.model,
this.modelId,
this.osVersion,
required this.platform,
});