MoveNotification constructor

MoveNotification(
  1. String channelId,
  2. String channelName,
  3. String channelDescription,
  4. String contentTitle,
  5. String contentText,
  6. String imageName,
)

Implementation

MoveNotification(
  this.channelId,
  this.channelName,
  this.channelDescription,
  this.contentTitle,
  this.contentText,
  this.imageName,
);