Where the objects from a screen using block must be?

ForumCategory: QuestionsWhere the objects from a screen using block must be?
crazy_kankuro asked 5 years ago

Let’s say that i have a screen that show a list o users from my system. This users are map with a list of objects of the type UserModel (List<UserModel>). If in all states of the screen this list is used, where must be this List? In the bloc class or in the states base class?