AdMediaData constructor

AdMediaData({
  1. List<String> adData = const [],
  2. String actionType = '',
  3. String actionData = '',
  4. AdSize size = const AdSize(),
})

Implementation

AdMediaData({
  this.adData = const [],
  this.actionType = '',
  this.actionData = '',
  this.size = const AdSize(),
});