Map<String, dynamic> toJson() { final map = <String, dynamic>{}; map['is_notification'] = _isNotification; map['title'] = _title; map['message'] = _message; map['date'] = _date; return map; }