Notification constructor

Notification(
  1. Map map
)

Implementation

Notification(Map map)
    : uri = map["uri"],
      cid = map["cid"],
      author = map["author"],
      reason = map["reason"],
      reasonSubject = map["reasonSubject"],
      record = map["record"],
      isRead = map["isRead"],
      indexedAt = DateTime.parse((map["indexedAt"])),
      labels = map["labels"];