FastResponseAdMerchant constructor

const FastResponseAdMerchant({
  1. required String name,
  2. String? url,
})

Implementation

const FastResponseAdMerchant({
  required this.name,
  this.logo,
  this.url,
});