simplePriceZarResponseToJson function Null safety

String simplePriceZarResponseToJson(
  1. SimplePriceZarResponse data
)

Implementation

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