DeviceInfo constructor

DeviceInfo({
  1. String? deviceType,
  2. String? id,
})

Implementation

DeviceInfo({this.deviceType, this.id});