simplePriceZarResponseToJson function

String? simplePriceZarResponseToJson(
  1. SimplePriceZarResponse? data
)

Implementation

String simplePriceZarResponseToJson(SimplePriceZarResponse data) =>
    json.encode(data.toJson());