NativeAd constructor

NativeAd({
  1. required String skuId,
  2. required String name,
  3. required double mrp,
  4. required String productUrl,
  5. String? storeId,
  6. String? imageUrl,
  7. String? videoUrl,
  8. double? salePrice,
  9. String? sellerId,
  10. String? itemGroupId,
  11. String? brand,
  12. String? description,
  13. String? customLabel0,
  14. String? customLabel1,
  15. String? customLabel2,
  16. String? customLabel3,
  17. String? customLabel4,
  18. String? uclid,
  19. String? categoryL1,
  20. String? categoryL2,
  21. String? categoryL3,
  22. Map? adMetadata,
  23. String? cliUbid,
  24. String? crt,
  25. 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,
});