productToJson function

String productToJson(
  1. Product data
)

Implementation

String productToJson(Product data) => json.encode(data.toJson());