DeviceInfo constructor

DeviceInfo({
  1. String? deviceModelName,
  2. String? languageCode,
  3. String? languageCodeFromWebview,
  4. String? languageCodeRaw,
  5. String? screenResolutionHeight,
  6. String? screenResolutionWidth,
  7. String? timezone,
})

Implementation

DeviceInfo({
  this.deviceModelName,
  this.languageCode,
  this.languageCodeFromWebview,
  this.languageCodeRaw,
  this.screenResolutionHeight,
  this.screenResolutionWidth,
  this.timezone,
});