Device constructor

Device(
  1. bool simulator,
  2. String appVersion,
  3. String osName,
  4. String osVersion,
  5. String modelName,
  6. String name,
  7. String deviceId,
)

Implementation

Device(this.simulator, this.appVersion, this.osName, this.osVersion,
    this.modelName, this.name, this.deviceId);