OANotification constructor

OANotification({
  1. String? notificationName,
  2. String? notificationFaceURL,
  3. int? notificationType,
  4. String? text,
  5. String? externalUrl,
  6. int? mixType,
  7. PictureElem? pictureElem,
  8. SoundElem? soundElem,
  9. VideoElem? videoElem,
  10. FileElem? fileElem,
  11. String? ex,
})

Implementation

OANotification(
    {this.notificationName,
    this.notificationFaceURL,
    this.notificationType,
    this.text,
    this.externalUrl,
    this.mixType,
    this.pictureElem,
    this.soundElem,
    this.videoElem,
    this.fileElem,
    this.ex});