FollowRequestsDashboardModelTrigger typedef
FollowRequestsDashboardModelTrigger =
dynamic Function(List<FollowRequestsDashboardModel?> list)
Implementation
typedef FollowRequestsDashboardModelTrigger = Function(
List<FollowRequestsDashboardModel?> list);