DeviceInfoEntity constructor

DeviceInfoEntity({
  1. String? identifier,
  2. int? buildVersionCode,
  3. String? name,
  4. String? versionString,
  5. String? versionCode,
  6. String? sysVersion,
  7. String? machine,
  8. String? idfv,
  9. int? screenWidth,
  10. int? screenHeight,
  11. String? adsToken,
})

Implementation

DeviceInfoEntity({
    this.identifier,
    this.buildVersionCode,
    this.name,
    this.versionString,
    this.versionCode,
    this.sysVersion,
    this.machine,
    this.idfv,
    this.screenWidth,
    this.screenHeight,
    this.adsToken});