AppBanner constructor

AppBanner({
  1. String? buttonTextColor,
  2. String? buttonColor,
  3. String? buttonText,
  4. String? type,
  5. String? id,
  6. bool? isActive,
  7. String? identifier,
  8. int? sequence,
  9. BannerContent? content,
  10. String? link,
})

Implementation

AppBanner({
  this.buttonTextColor,
  this.buttonColor,
  this.buttonText,
  this.type,
  this.id,
  this.isActive,
  this.identifier,
  this.sequence,
  this.content,
  this.link,
});