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