MediaAdBreakEntity constructor
const
MediaAdBreakEntity({
- String? name,
- required String breakId,
- MediaAdBreakType? breakType,
- int? podSize,
Implementation
const MediaAdBreakEntity(
{this.name, required this.breakId, this.breakType, this.podSize});