simplePriceGbpResponseFromJson function

SimplePriceGbpResponse? simplePriceGbpResponseFromJson(
  1. String? str
)

Implementation

SimplePriceGbpResponse simplePriceGbpResponseFromJson(String str) =>
    SimplePriceGbpResponse.fromJson(json.decode(str));