HMSHLSCue constructor

HMSHLSCue({
  1. String? id,
  2. required DateTime startDate,
  3. DateTime? endDate,
  4. String? payload,
})

Implementation

HMSHLSCue({this.id, required this.startDate, this.endDate, this.payload});