PaymentNotification constructor

PaymentNotification({
  1. bool? facebook,
  2. bool? whatsApp,
  3. bool? line,
})

Implementation

PaymentNotification({
  this.facebook,
  this.whatsApp,
  this.line,
});