StockHistoryResponse.fromJson constructor

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

Implementation

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