ImageAdModel constructor

ImageAdModel({
  1. AdLoadState state = AdLoadState.failLoad,
  2. String targetUrl = '',
  3. String imageUrl = '',
})

Implementation

ImageAdModel({
  this.state = AdLoadState.failLoad,
  this.targetUrl = '',
  this.imageUrl = '',
});