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