RoomListLoaded constructor

const RoomListLoaded({
  1. bool? mightHaveMore,
  2. List<RoomModel?>? values = const [],
})

Implementation

const RoomListLoaded({this.mightHaveMore, this.values = const []});