simplePriceNokResponseFromJson function Null safety

SimplePriceNokResponse simplePriceNokResponseFromJson(
  1. String str
)

Implementation

SimplePriceNokResponse simplePriceNokResponseFromJson(String str) =>
    SimplePriceNokResponse.fromJson(json.decode(str));