CollectStockHistoryRequest.fromJson constructor

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

Implementation

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