ChannelWrapUp constructor

ChannelWrapUp({
  1. bool? status,
  2. String? startDtTime,
  3. String? endDtTime,
  4. int? duration,
  5. bool? active,
  6. int? wrapUpTime,
})

Implementation

ChannelWrapUp({
  this.status,
  this.startDtTime,
  this.endDtTime,
  this.duration,
  this.active,
  this.wrapUpTime,
});