FollowingDashboardListLoaded constructor

const FollowingDashboardListLoaded({
  1. bool? mightHaveMore,
  2. List<FollowingDashboardModel?>? values = const [],
})

Implementation

const FollowingDashboardListLoaded(
    {this.mightHaveMore, this.values = const []});