simplePriceRubResponseToJson function Null safety

String simplePriceRubResponseToJson(
  1. SimplePriceRubResponse data
)

Implementation

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