ChatDashboardListLoaded constructor

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

Implementation

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