PriceData.fromJson constructor

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

Implementation

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