ProfileListLoaded constructor
const
ProfileListLoaded({
- bool? mightHaveMore,
- List<
ProfileModel?> ? values = const [],
Implementation
const ProfileListLoaded({this.mightHaveMore, this.values = const []});