menu
strike package
documentation
models/quote.dart
Quote
Quote.fromJson factory constructor
Quote.fromJson factory constructor
dark_mode
light_mode
Quote.fromJson
constructor
Quote.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Quote.fromJson(Map<String, dynamic> json) => _$QuoteFromJson(json);
strike package
documentation
models/quote
Quote
Quote.fromJson factory constructor
Quote class