simplePriceSekResponseToJson function

String? simplePriceSekResponseToJson(
  1. SimplePriceSekResponse? data
)

Implementation

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