YsViewRequestEntity constructor

YsViewRequestEntity({
  1. int? startTime,
  2. int? endTime,
  3. String? deviceSerial,
  4. String? verifyCode,
  5. int? cameraNo,
})

Implementation

YsViewRequestEntity(
    {this.startTime, this.endTime, this.deviceSerial, this.verifyCode, this.cameraNo});