DeviceInfoModel constructor

DeviceInfoModel({
  1. String systemName = '',
  2. bool isPhysicalDevice = false,
  3. String model = '',
  4. String localizedModel = '',
  5. String name = '',
  6. String identifierForVendor = '',
  7. String userName = '',
  8. String fcmOldToken = '',
  9. String fcmNewToken = '',
  10. String buildName = '',
  11. String buildNumber = '',
})

Implementation

DeviceInfoModel({
  this.systemName = '',
  this.isPhysicalDevice = false,
  this.model = '',
  this.localizedModel = '',
  this.name = '',
  this.identifierForVendor = '',
  this.userName = '',
  this.fcmOldToken = '',
  this.fcmNewToken = '',
  this.buildName = '',
  this.buildNumber = '',
});