PayLoadModel constructor

PayLoadModel({
  1. int notificationId = 0,
  2. String codePage = '',
  3. String pageUrl = '',
  4. String titre = '',
  5. String description = '',
  6. String imageBg = '',
})

Implementation

PayLoadModel({
  this.notificationId = 0,
  this.codePage = '',
  this.pageUrl = '',
  this.titre = '',
  this.description = '',
  this.imageBg = '',
});