FollowRequestsDashboardListLoaded constructor

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

Implementation

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