ChatMemberInfoListLoaded constructor

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

Implementation

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