FollowRequestListUpdated constructor

const FollowRequestListUpdated({
  1. List<FollowRequestModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const FollowRequestListUpdated({this.value, this.mightHaveMore});