factory OnSuccess.fromJson(Map<String, dynamic> json) { return OnSuccess( destination: json['Destination'] as String?, ); }