simplePriceNokResponseFromJson function Null safety
- String str
Implementation
SimplePriceNokResponse simplePriceNokResponseFromJson(String str) =>
SimplePriceNokResponse.fromJson(json.decode(str));
SimplePriceNokResponse simplePriceNokResponseFromJson(String str) =>
SimplePriceNokResponse.fromJson(json.decode(str));