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