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