FastResponseAd constructor
const
FastResponseAd({
- required String language,
- required String title,
- required String description,
- required FastResponseAdAsset image,
- required String url,
- FastResponseAdRanking? ranking,
- FastResponseAdAsset? video,
- String? discount,
- FastResponseAdMerchant? merchant,
- String? button,
- String? price,
Creates a FastResponseAd object with the given properties.
Implementation
const FastResponseAd({
required this.language,
required this.title,
required this.description,
required this.image,
required this.url,
this.ranking,
this.video,
this.discount,
this.merchant,
this.button,
this.price,
});