MediaAdBreakEntity constructor

const MediaAdBreakEntity({
  1. String? name,
  2. required String breakId,
  3. MediaAdBreakType? breakType,
  4. int? podSize,
})

Implementation

const MediaAdBreakEntity(
    {this.name, required this.breakId, this.breakType, this.podSize});