I\'m having list of Movies. That contains all Animated & non Animated Movies. To identify whether its Animated or not there is one flag called as isAnimated
toList() is missing to materializer the result
toList()
_AnimatedMovies = AllMovies.where((i) => i.isAnimated).toList();