simplePriceZarResponseFromJson function Null safety

SimplePriceZarResponse simplePriceZarResponseFromJson(
  1. String str
)

Implementation

SimplePriceZarResponse simplePriceZarResponseFromJson(String str) =>
    SimplePriceZarResponse.fromJson(json.decode(str));