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