myFollowingUserList property

ValueNotifier<LinkedHashSet<UserInfo>> myFollowingUserList
final

Implementation

final ValueNotifier<LinkedHashSet<UserInfo>> myFollowingUserList = ValueNotifier(LinkedHashSet<UserInfo>());