PushMsg constructor

PushMsg(
  1. String tag,
  2. String title,
  3. String? body,
  4. String cabinetID,
  5. String error,
  6. DateTime date,
)

Implementation

PushMsg(
    this.tag, this.title, this.body, this.cabinetID, this.error, this.date);