NotificationMessage constructor

NotificationMessage(
  1. String? msg
)

Implementation

NotificationMessage(
  this.msg,
);