How do i use flutter searchdelegate on a list of map gotten from api. When i used this movies = query.isEmpty ? suggections : suggections; i got the error saying
movies = query.isEmpty ? suggections : suggections;