Prices.fromJson constructor

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

Constructs a Prices object from JSON.

Implementation

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