simplePricePhpResponseFromJson function

SimplePricePhpResponse? simplePricePhpResponseFromJson(
  1. String? str
)

Implementation

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