ProfileListLoaded constructor

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

Implementation

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