simplePriceSekResponseFromJson function

SimplePriceSekResponse? simplePriceSekResponseFromJson(
  1. String? str
)

Implementation

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