simplePriceDkkResponseToJson function

String? simplePriceDkkResponseToJson(
  1. SimplePriceDkkResponse? data
)

Implementation

String simplePriceDkkResponseToJson(SimplePriceDkkResponse data) =>
    json.encode(data.toJson());