QuoteList.fromJson constructor

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

Create an QuoteList from JSON

Implementation

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