NativeAd constructor
NativeAd({
- required String skuId,
- required String name,
- required double mrp,
- required String productUrl,
- String? storeId,
- String? imageUrl,
- String? videoUrl,
- double? salePrice,
- String? sellerId,
- String? itemGroupId,
- String? brand,
- String? description,
- String? customLabel0,
- String? customLabel1,
- String? customLabel2,
- String? customLabel3,
- String? customLabel4,
- String? uclid,
- String? categoryL1,
- String? categoryL2,
- String? categoryL3,
- Map? adMetadata,
- String? cliUbid,
- String? crt,
- required String elementsType,
Implementation
NativeAd({
required this.skuId,
required this.name,
required this.mrp,
required this.productUrl,
this.storeId,
this.imageUrl,
this.videoUrl,
this.salePrice,
this.sellerId,
this.itemGroupId,
this.brand,
this.description,
this.customLabel0,
this.customLabel1,
this.customLabel2,
this.customLabel3,
this.customLabel4,
this.uclid,
this.categoryL1,
this.categoryL2,
this.categoryL3,
this.adMetadata,
this.cliUbid,
this.crt,
required this.elementsType,
});