BrPromotedVideoModel constructor

BrPromotedVideoModel({
  1. String? oobrPlaceId,
  2. List<String>? videos,
})

Implementation

BrPromotedVideoModel({this.oobrPlaceId, this.videos});