productToJson function

String productToJson(
  1. Product co
)

Implementation

String productToJson(Product co) {
  return co.key;
}