ChatListUpdated constructor

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

Implementation

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