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