featuredProductsResponseToJson function

String featuredProductsResponseToJson(
  1. FeaturedProductsResponse data
)

Implementation

String featuredProductsResponseToJson(FeaturedProductsResponse data) => json.encode(data.toJson());