simplePriceNokResponseToJson function Null safety

String simplePriceNokResponseToJson(
  1. SimplePriceNokResponse data
)

Implementation

String simplePriceNokResponseToJson(SimplePriceNokResponse data) =>
    json.encode(data.toJson());