simplePriceGbpResponseFromJson function Null safety

SimplePriceGbpResponse simplePriceGbpResponseFromJson(
  1. String str
)

Implementation

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