EzvizNetDeviceInfo constructor

EzvizNetDeviceInfo({
  1. required String userId,
  2. int dChannelCount = 0,
  3. int dStartChannelNo = 0,
  4. int channelCount = 0,
  5. int startChannelNo = 0,
  6. int byDVRType = 0,
})

Implementation

EzvizNetDeviceInfo({
  required this.userId,
  this.dChannelCount = 0,
  this.dStartChannelNo = 0,
  this.channelCount = 0,
  this.startChannelNo = 0,
  this.byDVRType = 0,
});