ChatLoaded constructor

const ChatLoaded({
  1. required EnhancedRoomModel room,
  2. bool? mightHaveMore,
  3. List<ChatModel> values = const [],
})

Implementation

const ChatLoaded(
    {required this.room, this.mightHaveMore, this.values = const []});