productCategoryResponseToJson function

String productCategoryResponseToJson(
  1. ProductCategoryResponse data
)

Implementation

String productCategoryResponseToJson(ProductCategoryResponse data) => json.encode(data.toJson());