MemberHasChatListUpdated constructor

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

Implementation

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