ProfileListUpdated constructor

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

Implementation

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