simplePriceSarResponseFromJson function Null safety
- String str
Implementation
SimplePriceSarResponse simplePriceSarResponseFromJson(String str) =>
SimplePriceSarResponse.fromJson(json.decode(str));
SimplePriceSarResponse simplePriceSarResponseFromJson(String str) =>
SimplePriceSarResponse.fromJson(json.decode(str));