simplePriceSekResponseFromJson function Null safety

SimplePriceSekResponse simplePriceSekResponseFromJson(
  1. String str
)

Implementation

SimplePriceSekResponse simplePriceSekResponseFromJson(String str) =>
    SimplePriceSekResponse.fromJson(json.decode(str));