simplePriceZarResponseFromJson function

SimplePriceZarResponse? simplePriceZarResponseFromJson(
  1. String? str
)

Implementation

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