ChatMediumListUpdated constructor

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

Implementation

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