
Hey I know the use case of this platform is for appwrite and it helps me a lot. but today I wanna ask you a general question related with list object
[{'id': 1, 'name':'flutter', 'title':'dart'},
{'id': 35, 'name':'flutter', 'title':'dart'},
{'id': 93, 'name':'flutter', 'title':'dart'},
{'id': 82, 'name':'flutter', 'title':'dart'},
{'id': 28, 'name':'flutter', 'title':'dart'},
];
I have this list for example, and how can I achieve as below
[{'id': 1, 'name':'flutter'},
{'id': 35, 'name':'flutter'},
{'id': 93, 'name':'flutter'},
{'id': 82, 'name':'flutter'},
{'id': 28, 'name':'flutter'},
];
Remove title key from the list , Any help thanks

Do you want to do this in a specific language?

in dart

Recommended threads
- `access_denied_to_user` - push new branc...
Why pushig new branch is not allowed? ``` git push origin fix-no_issue_id-fix_variable_name remote: {"auth_status":"access_denied_to_user","body":"Permission t...
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
- Is it possible to getRow with all relati...
With the new Opt-In relationship loading, is it possible to query getRow to get all attributes and relationships and possibly even cascading relationships? I tr...
