ProfileListUpdated constructor
const
ProfileListUpdated({
- List<
ProfileModel?> ? value, - bool? mightHaveMore,
Implementation
const ProfileListUpdated({this.value, this.mightHaveMore});