Price.fromJson constructor

Price.fromJson(
  1. String str
)

Implementation

factory Price.fromJson(String str) => Price.fromMap(json.decode(str));