I am using flutter,
my current Parse object is probably like this
[
{objectId:‘fadafdfafa’,name:‘David’},
{objectId:‘fadafdfafa’,name:‘Dali’},
{objectId:‘fadafdfafa’,name:‘Alice’}
]
I hope to find two objects, David and Dali, by querying D, but I see that there is no corresponding API in Flutter, what should I do?