Converts the object from a Map representation.
Returns the object from the Map representation.
@override NotificationPayload fromMap(Map<String, dynamic> map) { return NotificationPayload.fromMap(map); }