singleProductResponseToJson function

String singleProductResponseToJson(
  1. SingleProductResponse data
)

Implementation

String singleProductResponseToJson(SingleProductResponse data) => json.encode(data.toJson());