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