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