simplePriceRubResponseToJson function

String? simplePriceRubResponseToJson(
  1. SimplePriceRubResponse? data
)

Implementation

String simplePriceRubResponseToJson(SimplePriceRubResponse data) =>
    json.encode(data.toJson());