simplePriceNokResponseToJson function

String? simplePriceNokResponseToJson(
  1. SimplePriceNokResponse? data
)

Implementation

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