dart filter list depend of conditions code example Example: dart filter by attribute _AnimatedMovies = AllMovies.where((i) => i.isAnimated).toList();