YsRequestEntity constructor

YsRequestEntity({
  1. String? accessToken,
  2. String? deviceSerial,
  3. String? validateCode,
  4. String? ipcSerial,
  5. int? channelNo,
  6. int? direction,
  7. int? speed,
  8. int? command,
  9. int? index,
})

Implementation

YsRequestEntity(
    {this.accessToken,
    this.deviceSerial,
    this.validateCode,
    this.ipcSerial,
    this.channelNo,
    this.direction,
    this.speed,
    this.command,
    this.index});