menu
bavest package
documentation
model/v0/stock/quote/quote.dart
HistoricalPrice
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "day": day, "50days": the50Days, "200days": the200Days, };
bavest package
documentation
model/v0/stock/quote/quote
HistoricalPrice
toJson method
HistoricalPrice class