static fromJson(Map<String, dynamic> json) { return UserStreak( currentStreak: json['currentStreak'], longestStreak: json['longestStreak'], ); }