Flutter Developer
Hi @Drake ,
I have a list of String like:
{
"ItemList":['Mobile','Home Applinces','Headphones' ]
}
I need to filter the ItemList if a it has Mobile then i need to apply Query.equal.
I tried the like Query.equal('ItemList', [selectedItem]). But it didn't worked out.
kindly help me on this ASAP