simplePricePhpResponseFromJson function Null safety

SimplePricePhpResponse simplePricePhpResponseFromJson(
  1. String str
)

Implementation

SimplePricePhpResponse simplePricePhpResponseFromJson(String str) =>
    SimplePricePhpResponse.fromJson(json.decode(str));