ChatLoaded constructor
const
ChatLoaded({
- required EnhancedRoomModel room,
- bool? mightHaveMore,
- List<
ChatModel> values = const [],
Implementation
const ChatLoaded(
{required this.room, this.mightHaveMore, this.values = const []});