How to search a list of a class object with one of its property matching to any value in another list of strings
I am able to get filtering based on a single string , bu
As of today, you can't.
(A side note : You can use .where, .singleWhere, .firstWhere. This site explains various list/array methods.)