simplePriceSekResponseToJson function Null safety

String simplePriceSekResponseToJson(
  1. SimplePriceSekResponse data
)

Implementation

String simplePriceSekResponseToJson(SimplePriceSekResponse data) =>
    json.encode(data.toJson());