FollowingListLoaded constructor
const
FollowingListLoaded({
- bool? mightHaveMore,
- List<
FollowingModel?> ? values = const [],
Implementation
const FollowingListLoaded({this.mightHaveMore, this.values = const []});