Bumper class

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break.

Constructors

Bumper({String? endUrl, String? startUrl})
Bumper.fromJson(Map<String, dynamic> json)
factory

Properties

endUrl String?
The URL for the end bumper asset.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startUrl String?
The URL for the start bumper asset.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited