Prices.fromJson constructor
Prices.fromJson(
- String source
Implementation
factory Prices.fromJson(String source) => Prices.fromMap(json.decode(source));
factory Prices.fromJson(String source) => Prices.fromMap(json.decode(source));