Parse from a json
factory SavedCredentials.fromJson(Map<String, dynamic> json) => SavedCredentials( id: json['id'], title: json['title'], );