FApsAlert constructor
      
      FApsAlert({})
     
    
    
Implementation
FApsAlert({
  this.title,
  this.subtitle,
  this.body,
  this.locKey,
  this.locArgs,
  this.titleLocKey,
  this.titleLocArgs,
  this.subtitleLocKey,
  this.subtitleLocArgs,
  this.actionLocKey,
  this.launchImage,
});