Create an QuoteList from JSON
factory QuoteList.fromJson(Map<String, dynamic> json) => _$QuoteListFromJson(json);