DeviceAttributes constructor

DeviceAttributes({
  1. int? sdkVersion,
})

Implementation

DeviceAttributes({
  this.sdkVersion,
});