simplePriceSarResponseFromJson function

SimplePriceSarResponse simplePriceSarResponseFromJson(
  1. String str
)

Implementation

SimplePriceSarResponse simplePriceSarResponseFromJson(String str) =>
    SimplePriceSarResponse.fromJson(json.decode(str));