EwelinkClientInfo constructor

EwelinkClientInfo(
  1. String appVersion,
  2. String imei,
  3. String model,
  4. String os,
  5. String romVersion,
)

Implementation

EwelinkClientInfo(
  this.appVersion,
  this.imei,
  this.model,
  this.os,
  this.romVersion,
);