factory JourneyPushMessage.fromJson(Map<String, dynamic> json) { return JourneyPushMessage( timeToLive: json['TimeToLive'] as String?, ); }