RoomListUpdated constructor

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

Implementation

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