ChatMemberInfoListUpdated constructor

const ChatMemberInfoListUpdated({
  1. List<ChatMemberInfoModel?>? value,
  2. bool? mightHaveMore,
})

Implementation

const ChatMemberInfoListUpdated({this.value, this.mightHaveMore});