can you help me please. I'm new in Flutter and i try to use share plugin. That works well. I created a list of products in my app.
Share.share(widget.selectedList.productsAndStatus.toString());
And when i copy that, it shows like this:
[{productName: Dawd, productDescription: , productStatus: false}, {productName: Skap, productDescription: , productStatus: false}]
Is there any way to make it copy only name of product and description of product without '[, ], {, }, productName, productDescription, productStatus' ?