FastResponseAdAsset constructor

const FastResponseAdAsset({
  1. String? small,
  2. String? medium,
  3. String? large,
})

Constructor for creating a FastResponseAdAsset object.

Implementation

const FastResponseAdAsset({
  this.small,
  this.medium,
  this.large,
});