QuoteItem.fromJson constructor

QuoteItem.fromJson(
  1. Map<String, dynamic> json
)

Create an QuoteItem from JSON

Implementation

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