simplePriceDkkResponseToJson function Null safety

String simplePriceDkkResponseToJson(
  1. SimplePriceDkkResponse data
)

Implementation

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