Prices.fromJson constructor

Prices.fromJson(
  1. String source
)

Implementation

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